We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529c9f3 commit cda0ee8Copy full SHA for cda0ee8
.github/workflows/reusable-run-linting-check-and-unit-tests.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install dependencies
73
# We can skip the installation if there was a cache hit
74
if: steps.cache-node-modules.outputs.cache-hit != 'true'
75
- run: npm ci
+ run: npm ci --foreground-scripts
76
- name: Run linting
77
run: npm run lerna -- run lint --scope ${{ matrix.example }}-example
78
- name: Run tests
@@ -98,6 +98,6 @@ jobs:
98
- name: Install Layer publisher
99
100
101
102
103
run: npm run lerna -- run lint --scope layer-publisher
0 commit comments