Skip to content

Commit 1427bc9

Browse files
committed
build: Individual test jobs for each bundler
1 parent dfaae2b commit 1427bc9

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
@@ -101,16 +101,16 @@ jobs:
101101
npm install
102102
npm install rollup@${{ matrix.rollup }} --force
103103
npx rollup -v
104-
working-directory: test/package
104+
working-directory: test/package/rollup
105105

106106
- name: Test package
107-
run: npm run test:package
107+
run: npm run test:package:rollup
108108

109109
tests:
110110
needs:
111111
- lint
112112
- test-unit
113-
- test-package
113+
- test-package-rollup
114114
runs-on: ubuntu-latest
115115
steps:
116116
- run: exit 0

0 commit comments

Comments
 (0)