File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
- name : Install dependencies
77
77
# We can skip the installation if there was a cache hit
78
78
if : steps.cache-node-modules.outputs.cache-hit != 'true'
79
- run : npm run lerna -- exec npm ci --scope ${{ matrix.example }}-example
79
+ run : npm ci
80
80
- name : Run linting
81
- run : npm run lint
81
+ run : npm run lerna -- run lint --scope ${{ matrix.example }}-example
82
82
- name : Run tests
83
83
run : npm run lerna -- run test --scope ${{ matrix.example }}-example
84
84
check-layer-publisher :
@@ -103,6 +103,6 @@ jobs:
103
103
- name : Install Layer publisher
104
104
# We can skip the installation if there was a cache hit
105
105
if : steps.cache-node-modules.outputs.cache-hit != 'true'
106
- run : npm run lerna -- exec npm ci --scope layer-publisher
106
+ run : npm ci
107
107
- name : Run linting
108
108
run : npm run lerna -- run lint --scope layer-publisher
You can’t perform that action at this time.
0 commit comments