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