Skip to content

Commit 0fb3c3f

Browse files
committed
also npm i on gh workflow local builds
1 parent 8a49fb0 commit 0fb3c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838
run: |
3939
cd tests/integration/test-func
40-
npm ci -D ../../.. --silent
40+
npm i -D ../../.. --silent
4141
npx serverless package
4242
- name: Upload artifact
4343
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)