Skip to content

Commit

Permalink
fix client CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Dec 9, 2024
1 parent 96c7e4d commit 8f2b225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

- name: Install node modules
working-directory: client
run: yarn install
run: pnpm install --prod --frozen-lockfile

- name: Run tests
working-directory: client
run: yarn test
run: pnpm test

deploy:
name: Deploy client app
Expand Down

0 comments on commit 8f2b225

Please sign in to comment.