Skip to content

Commit

Permalink
Try using bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 12, 2024
1 parent 4be67ff commit b5ac5cc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@ jobs:
timeout-minutes: 15
env:
npm_config_loglevel: verbose
npm_config_foreground_scripts: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
npm_config_foreground_scripts: "true"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "npm"
- run: npm install -g npm@10
- run: npm ci
- run: npm run test-smoke

- name: Install npm@10
run: npm install -g npm@10

- name: Bootstrap
run: npm run bootstrap

- name: Run smoke tests
run: npm run test-smoke

0 comments on commit b5ac5cc

Please sign in to comment.