Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 18, 2023
1 parent aa81a01 commit 87d9f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
- ./test_dir/project2
- ./test_dir/project3
- ./test_dir/project4
defaults:
run:
working-directory: ${{ matrix.directory }}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
- run: terraform fmt -recursive -check
working-directory: ${{ matrix.directory }}
init:
needs: [fmt]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87d9f22

Please sign in to comment.