Skip to content

Commit

Permalink
ci(e2e): call bun test directly for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 28, 2024
1 parent bc68a60 commit cad8fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: bun install
- run: bun run tsc
- run: bun test
- run: bun run test:e2e
- run: bun test ./src/e2e-test.ts

test-dragonflydb:
runs-on: ubuntu-latest
Expand All @@ -57,4 +57,4 @@ jobs:
- run: bun install
- run: bun run tsc
- run: QUEUE_PREFIX={b} bun test
- run: QUEUE_PREFIX={b} bun run test:e2e
- run: QUEUE_PREFIX={b} bun test ./src/e2e-test.ts

0 comments on commit cad8fdf

Please sign in to comment.