Skip to content

Commit 478f3f6

Browse files
committed
[SVLS-8378] fix integ tests
1 parent e4d94f1 commit 478f3f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: yarn lint
3737

3838
- name: Install depcheck
39-
run: yarn global add depcheck
39+
run: npm install -g depcheck
4040

4141
- name: Run depcheck
4242
run: depcheck --ignores="@types/jest,serverless-step-functions"

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
2727

2828
- name: Install Serverless Framework
29-
run: sudo yarn global add serverless@3.39 --prefix /usr/local
29+
run: npm install -g serverless@3.39
3030

3131
- name: Run snapshot tests
3232
env:

0 commit comments

Comments
 (0)