Skip to content

Commit

Permalink
chore(): add default workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
inpercima committed Dec 21, 2024
1 parent a65eafb commit b70bbb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
strategy:
matrix:
node-version: [22]
Expand Down

0 comments on commit b70bbb8

Please sign in to comment.