We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaae2b commit 1427bc9Copy full SHA for 1427bc9
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
retention-days: 1
52
path: dist*/
53
54
- test-package:
+ test-package-rollup:
55
name: Test package on node ${{ matrix.node }} / ${{ matrix.os }} / rollup v${{ matrix.rollup }}
56
needs:
57
- build
@@ -101,16 +101,16 @@ jobs:
101
npm install
102
npm install rollup@${{ matrix.rollup }} --force
103
npx rollup -v
104
- working-directory: test/package
+ working-directory: test/package/rollup
105
106
- name: Test package
107
- run: npm run test:package
+ run: npm run test:package:rollup
108
109
tests:
110
111
- lint
112
- test-unit
113
- - test-package
+ - test-package-rollup
114
runs-on: ubuntu-latest
115
steps:
116
- run: exit 0
0 commit comments