Skip to content

Commit

Permalink
move test-summary into seperate step to consolidate results
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Boyd committed Aug 13, 2024
1 parent 2f8a663 commit faddc77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
name: test-results-node-${{ matrix.node-version }}-${{ matrix.shard }}
path: ./test-reports

test-summary:
runs-on: runs-on,runner=4cpu-linux-x64
steps:
- name: Test summary
uses: test-summary/action@v2
with:
Expand Down

0 comments on commit faddc77

Please sign in to comment.