Skip to content

Commit

Permalink
reduce shards, move test summary to the end of the job so it only pro…
Browse files Browse the repository at this point in the history
…duces one summary instead of several
  • Loading branch information
Zac Boyd committed Aug 5, 2024
1 parent 7fc66b5 commit 86e1dfb
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
]
steps:
- name: Checkout
Expand All @@ -50,11 +44,6 @@ jobs:
with:
name: test-results-node-${{ matrix.node-version }}-${{ matrix.shard }}
path: ./test-reports

- name: Test summary
uses: test-summary/action@v2
with:
paths: ./test-reports/**/*.xml

lint-check:
runs-on: runs-on,runner=4cpu-linux-x64
Expand All @@ -79,3 +68,8 @@ jobs:

- name: Publish
run: npm publish --access=public

- name: Test summary
uses: test-summary/action@v2
with:
paths: ./test-reports/**/*.xml

0 comments on commit 86e1dfb

Please sign in to comment.