Skip to content

Commit

Permalink
🚦 chore(ci): update workflow to install npm in SST folder
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocleite committed Sep 6, 2024
1 parent 00c75e6 commit 0496ab9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Npm install on SST folder
id: npm-sst
run: |
cd sst
npm ci
- name: Test Local Action
id: test-action
Expand Down

0 comments on commit 0496ab9

Please sign in to comment.