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 916fdb5 commit 6d57576Copy full SHA for 6d57576
.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
@@ -99,16 +99,16 @@ jobs:
99
npm install
100
npm install rollup@${{ matrix.rollup }} --force
101
npx rollup -v
102
- working-directory: test/package
+ working-directory: test/package/rollup
103
104
- name: Test package
105
- run: npm run test:package
+ run: npm run test:package:rollup
106
107
tests:
108
109
- lint
110
- test-unit
111
- - test-package
+ - test-package-rollup
112
runs-on: ubuntu-latest
113
steps:
114
- run: exit 0
0 commit comments