diff --git a/.github/workflows/client_ci_cd.yml b/.github/workflows/client_ci_cd.yml index ff4ab78..effef38 100644 --- a/.github/workflows/client_ci_cd.yml +++ b/.github/workflows/client_ci_cd.yml @@ -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