Skip to content

Commit

Permalink
fix client CI try #4
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Dec 9, 2024
1 parent 0d4c1e6 commit 975bbeb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/client_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Client CI/CD

on: [push, workflow_dispatch]

defaults:
run:
working-directory: client

env:
NEXT_PUBLIC_BASE_PATH: ""

Expand All @@ -10,16 +14,21 @@ jobs:
name: Run client tests
runs-on: ubuntu-22.04


steps:
- name: Checkout️
uses: actions/checkout@v4

- name: Node setup
uses: actions/setup-node@v4
with:
node-version-file: 'client/.nvmrc'
node-version-file: .nvmrc

- uses: pnpm/action-setup@v4
with:
run_install: |
- recursive: true
args: [--frozen-lockfile, --prod]
- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 975bbeb

Please sign in to comment.