From 4516e6bfdef17803ca7354bf2a9405f40841a21c Mon Sep 17 00:00:00 2001 From: Martin Aceto Date: Thu, 29 Feb 2024 18:12:19 -0500 Subject: [PATCH] adding default working directory --- .github/workflows/pipeline.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index b8ca999..125d97e 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -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