Skip to content

Commit

Permalink
chore: fix builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored and jrandolf committed Sep 1, 2022
1 parent 3eb4c2d commit 290ddb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -196,6 +196,9 @@ jobs:
- name: Test bundling and installation
if: ${{ matrix.spec.name == 'Linux' }}
run: |
# Test prod build instead of dev.
npm run clean
npm run build
# Note: this modifies package.json to test puppeteer-core, so we test this last.
npm run test:install
Expand All @@ -220,7 +223,7 @@ jobs:
ls .local-chromium
- name: Build
run: |
npm run build:dev
npm run build
docker/pack.sh
- name: Build docker image
working-directory: ./docker
Expand Down

0 comments on commit 290ddb3

Please sign in to comment.