Skip to content

Commit 6d57576

Browse files
committed
build: Individual test jobs for each bundler
1 parent 916fdb5 commit 6d57576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
retention-days: 1
5252
path: dist*/
5353

54-
test-package:
54+
test-package-rollup:
5555
name: Test package on node ${{ matrix.node }} / ${{ matrix.os }} / rollup v${{ matrix.rollup }}
5656
needs:
5757
- build
@@ -99,16 +99,16 @@ jobs:
9999
npm install
100100
npm install rollup@${{ matrix.rollup }} --force
101101
npx rollup -v
102-
working-directory: test/package
102+
working-directory: test/package/rollup
103103

104104
- name: Test package
105-
run: npm run test:package
105+
run: npm run test:package:rollup
106106

107107
tests:
108108
needs:
109109
- lint
110110
- test-unit
111-
- test-package
111+
- test-package-rollup
112112
runs-on: ubuntu-latest
113113
steps:
114114
- run: exit 0

0 commit comments

Comments
 (0)