Skip to content

Commit

Permalink
change test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickmehaffy committed Jul 27, 2023
1 parent 76541ff commit 1e5ed41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Run Memory e2e tests
working-directory: playgrounds/memory
run: yarn test:e2e:memory
run: yarn test:e2e

e2e_redis:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:

- name: Run Redis e2e tests
working-directory: playgrounds/redis
run: yarn test:e2e:redis
run: yarn test:e2e

0 comments on commit 1e5ed41

Please sign in to comment.