Skip to content

Commit

Permalink
🔧 fix(ci): update directory path for SST dependencies installation in…
Browse files Browse the repository at this point in the history
… CI workflow
  • Loading branch information
brunocleite committed Dec 5, 2024
1 parent e121598 commit e6d5cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install SST Dependencies
id: sst-npm
run: |
cd sst
cd __test_environments__/with-npm
npm ci
- name: Check Format
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Npm install on SST folder
id: npm-sst
run: |
cd sst
cd __test_environments__/with-npm
npm ci
- name: Test Local Action
Expand Down

0 comments on commit e6d5cc5

Please sign in to comment.