Skip to content

Commit 4516e6b

Browse files
committed
adding default working directory
1 parent cfb911f commit 4516e6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
if: github.ref == 'refs/heads/development'
2929
runs-on: ubuntu-latest
3030
needs: [test]
31-
31+
defaults:
32+
run:
33+
working-directory: ./terraform/dev
3234
steps:
3335
- uses: actions/checkout@v4
3436
- name: Google Cloud Auth

0 commit comments

Comments
 (0)