Skip to content

Commit cda0ee8

Browse files
sarageriondreamorosi
authored andcommitted
fix(cicd): add foreground script to ci
1 parent 529c9f3 commit cda0ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/reusable-run-linting-check-and-unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install dependencies
7373
# We can skip the installation if there was a cache hit
7474
if: steps.cache-node-modules.outputs.cache-hit != 'true'
75-
run: npm ci
75+
run: npm ci --foreground-scripts
7676
- name: Run linting
7777
run: npm run lerna -- run lint --scope ${{ matrix.example }}-example
7878
- name: Run tests
@@ -98,6 +98,6 @@ jobs:
9898
- name: Install Layer publisher
9999
# We can skip the installation if there was a cache hit
100100
if: steps.cache-node-modules.outputs.cache-hit != 'true'
101-
run: npm ci
101+
run: npm ci --foreground-scripts
102102
- name: Run linting
103103
run: npm run lerna -- run lint --scope layer-publisher

0 commit comments

Comments
 (0)