Skip to content

Commit

Permalink
Correct the github action, remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
rushby committed Oct 29, 2024
1 parent dbc6946 commit 7fa6a26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ jobs:

- name: Run tests & generate test output files
id: run_tests
continue-on-error: true
run: |
mkdir -p reports
set -o pipefail && npm run test 2>&1 | tee reports/test_output.txt
- name: Debug - Check if test_output.txt exists
run: |
echo "Checking test_output.txt content:"
cat reports/test_output.txt || echo "No output file found."
- name: Parse Test Results and Coverage
id: parse_results
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 7fa6a26

Please sign in to comment.