Skip to content

Commit 7eacd4c

Browse files
author
kauanAfonso
committed
fix: added missing run: npm ci command to the Install dependencies
Signed-off-by: kauanAfonso <kauan.afonso@ibm.com>
1 parent 91b43ca commit 7eacd4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Install dependencies
4444
env:
4545
PYTHON: ${{env.pythonLocation}}/bin/python3
46+
run: npm ci
4647
- name: Install Chrome for Puppeteer (Linux only)
4748
if: runner.os == 'Linux'
4849
run: npx @puppeteer/browsers install chrome@stable
49-
run: npm ci
5050
- name: Build
5151
run: node packages/build/bin/compile-package -b
5252
- name: Run package tests

0 commit comments

Comments
 (0)