Skip to content

Commit 8b31a21

Browse files
committed
fix 🐞: Fix Working Dir
1 parent 42b7f79 commit 8b31a21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
build-and-push:
2626
needs: build
2727
runs-on: ubuntu-latest
28-
working-directory: 1-order-service
2928
if: github.ref == 'refs/heads/main' || 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/')
29+
defaults:
30+
run:
31+
working-directory: 1-order-service
3032
steps:
3133
- uses: actions/checkout@v4
3234

0 commit comments

Comments
 (0)