Skip to content

Commit

Permalink
adding default working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maceto committed Feb 29, 2024
1 parent cfb911f commit 4516e6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
if: github.ref == 'refs/heads/development'
runs-on: ubuntu-latest
needs: [test]

defaults:
run:
working-directory: ./terraform/dev
steps:
- uses: actions/checkout@v4
- name: Google Cloud Auth
Expand Down

0 comments on commit 4516e6b

Please sign in to comment.