Skip to content

Commit

Permalink
print directory and files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Dec 5, 2023
1 parent 8aee7e6 commit 027c0e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
- name: Test js library
run: sudo -u testbot bash -lc 'CI=true make test-web'

- if: failure()
run: |
pwd
ls
- if: failure()
name: Upload js test report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 027c0e5

Please sign in to comment.