Skip to content

Commit

Permalink
re-add working dir to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Jan 7, 2024
1 parent ba9174a commit 740e5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- working-directory: client

- uses: nrwl/nx-set-shas@v3

Expand All @@ -83,3 +84,4 @@ jobs:
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
- run: npx nx affected --target=build --parallel=3
- working-directory: client

0 comments on commit 740e5c4

Please sign in to comment.