Skip to content

Commit

Permalink
fix: add debug step to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 12, 2024
1 parent 0f79c07 commit d2ab612
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
yarn install
yarn test:report
- name: Debug
run: |
pwd
ls -la
- name: Publish Results
uses: dorny/test-reporter@v1
id: test-reporter
Expand Down

0 comments on commit d2ab612

Please sign in to comment.