Skip to content

Commit

Permalink
chore: update test script command
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed May 10, 2024
1 parent d5e0339 commit 762b934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Test
run: |
set -o pipefail
yarn test -- --coverage --coverage_reporters=lcov 2>&1 | tee ./unit-tests.log
yarn test:all -- --coverage --coverage_reporters=lcov 2>&1 | tee ./unit-tests.log
- name: List files in directory
run: ls -la
Expand Down

0 comments on commit 762b934

Please sign in to comment.