Skip to content

Commit

Permalink
PLT-5885 create github action for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Dec 15, 2023
1 parent 9313a2b commit bb9a330
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 @@ -32,4 +32,4 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Run E2E tests
run: |
nix develop --command 'cd e2e'
nix develop --command 'cd .. && cd e2e && . ./run_tests.sh @regression'

0 comments on commit bb9a330

Please sign in to comment.