Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrzakacper committed Sep 2, 2024
1 parent 73ac1ce commit 7fe90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- run: cd reporters/javascript && bun install && bun run build && cd ../..
- run: cd frontend && bun install && cd ../..
- run: cd e2e-tests && bun install && bunx playwright install && cd ../..
- run: cd e2e-tests && bun run test -- tests/javascript-server/javascript-server.spec.ts && cd ../..
- run: cd e2e-tests && DEBUG=1 bun run test -- tests/javascript-server/javascript-server.spec.ts && cd ../..

0 comments on commit 7fe90b3

Please sign in to comment.