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 975bbeb commit 64cc121
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/client_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, workflow_dispatch]

defaults:
run:
working-directory: client
working-directory: ./client

env:
NEXT_PUBLIC_BASE_PATH: ""
Expand All @@ -14,7 +14,6 @@ jobs:
name: Run client tests
runs-on: ubuntu-22.04


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

0 comments on commit 64cc121

Please sign in to comment.