Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-moj committed Jan 10, 2025
1 parent ee7c906 commit b9466e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
name: generate unit tests report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: download artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -55,7 +56,6 @@ jobs:
npx junit-to-ctrf artifacts/npm_unit_test_artifacts/jest/junit.xml -o artifacts/npm_unit_test_artifacts/jest/ctrf.json
npx github-actions-ctrf tests artifacts/npm_unit_test_artifacts/jest/ctrf.json
npx github-actions-ctrf failed-folded artifacts/npm_unit_test_artifacts/jest/ctrf.json
- uses: actions/checkout@v4
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit b9466e2

Please sign in to comment.