Skip to content

Commit

Permalink
List tests
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 21, 2024
1 parent 283f921 commit f075be7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
env:
CI: true

- name: List test files
run: ls -l ./src/test/**/*.test.js

# Sanitize the test-result.txt by removing non-printable characters
- name: Sanitize test output
run: |
Expand Down

0 comments on commit f075be7

Please sign in to comment.