Skip to content

Commit

Permalink
PLT-5885 add debugging in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Dec 20, 2023
1 parent 61ca91d commit d650fc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
with:
name: ${{ env.CACHE_NAME }}
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Debugging Information
run: |
nix --version
node --version
npm --version
which cucumber-js
npm list -g
- name: Run E2E tests
run: |
nix develop --command bash -c 'cd e2e && npm install && . ./run_tests.sh @dev'

0 comments on commit d650fc7

Please sign in to comment.