Skip to content

Commit

Permalink
Add a --bundle=false variant to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 7, 2022
1 parent 70f88a7 commit ff36738
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- "*"
- lts/*
- lts/-1
bundle:
- "true"
include:
- node-version: "*"
bundle: "false"

steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +37,7 @@ jobs:
- run: npm ci

- name: Tests
run: npm test
run: npm run test -- --bundle=${{ matrix.bundle }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff36738

Please sign in to comment.