Skip to content

Commit

Permalink
replaced ci to install
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinle623 committed Oct 27, 2023
1 parent c246a75 commit 05b75b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatedPrChecks copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install client dependencies
run: |
cd client
npm ci
npm install
- name: Run client tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatedPrLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install server dependencies
run: |
cd server
npm ci
npm install
- name: Run server tests
run: |
Expand Down

0 comments on commit 05b75b0

Please sign in to comment.