Skip to content

Commit

Permalink
Bump summary action to 2.3 (#2591)
Browse files Browse the repository at this point in the history
* Bump summary action to 2.3

* Missing v.
  • Loading branch information
mattmachell authored May 2, 2024
1 parent 333970a commit 098de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mkdir -p ./test-results/junit
./node_modules/.bin/jest --ci --runInBand --reporters=summary --reporters=github-actions --reporters=jest-junit
- name: test summary
uses: test-summary/action@77bb5a9f9c572416423f9a157cbf1159c1e75a4c # [email protected]
uses: test-summary/action@v2.3
with:
paths: |
**/service-front/web/test-results/junit/results.xml
Expand Down

0 comments on commit 098de2a

Please sign in to comment.