Skip to content

Commit

Permalink
feat(github): Configure working directory for each run
Browse files Browse the repository at this point in the history
  • Loading branch information
langri-sha committed Apr 23, 2024
1 parent 9fc5f15 commit 8ddd3e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ jobs:
- terraform/web
- terraform/org

defaults:
run:
working-directory: ${matrix.working-directory}

steps:
- run: echo "OK"

0 comments on commit 8ddd3e9

Please sign in to comment.