Skip to content

Commit

Permalink
fix(actions): dependencies install command
Browse files Browse the repository at this point in the history
  • Loading branch information
gozarman committed Jan 25, 2024
1 parent c067216 commit 7bf8335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
working-directory: ./app/dashboard
run: yarn ci
run: yarn

- name: Build project
working-directory: ./app/dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
working-directory: ./app/dashboard
run: yarn ci
run: yarn

- name: Build project
working-directory: ./app/dashboard
Expand Down

0 comments on commit 7bf8335

Please sign in to comment.