Skip to content

Commit ff36738

Browse files
committed
Add a --bundle=false variant to CI
1 parent 70f88a7 commit ff36738

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- "*"
2222
- lts/*
2323
- lts/-1
24+
bundle:
25+
- "true"
26+
include:
27+
- node-version: "*"
28+
bundle: "false"
2429

2530
steps:
2631
- uses: actions/checkout@v3
@@ -32,7 +37,7 @@ jobs:
3237
- run: npm ci
3338

3439
- name: Tests
35-
run: npm test
40+
run: npm run test -- --bundle=${{ matrix.bundle }}
3641

3742
lint:
3843
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)