Skip to content

Commit

Permalink
fix client CI try #7
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Dec 9, 2024
1 parent fb36db4 commit 0f6036e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/client_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ jobs:
# cache: 'pnpm'

- uses: pnpm/action-setup@v4
# with:
with:
package_json_file: client/package.json
# run_install: |
# - args: [--frozen-lockfile, --prod]


- name: Cache dependencies
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-node_modules-
# - name: Cache dependencies
# uses: actions/cache@v3
# with:
# path: node_modules
# key: ${{ runner.os }}-node_modules-${{ hashFiles('pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-node_modules-

- name: Install dependencies
working-directory: .
run: pnpm install

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

deploy:
Expand Down

0 comments on commit 0f6036e

Please sign in to comment.