Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Added `cd client`
  • Loading branch information
dylanireland authored May 1, 2024
1 parent ae7799f commit 5446142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: '20'

- name: Move into Client Directory
run: cd client/

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 5446142

Please sign in to comment.