Skip to content

Commit b837615

Browse files
committed
chore: updated generate test
1 parent 0afa786 commit b837615

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Fixed
2+
body: Updated generate test
3+
time: 2025-03-14T09:36:43.020232388+01:00

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
go-version-file: 'go.mod'
2121
cache: true
22+
- uses: hashicorp/setup-terraform@v3
2223
- run: go generate ./...
2324
- name: git diff
2425
run: |
@@ -52,7 +53,7 @@ jobs:
5253

5354
changie:
5455
runs-on: ubuntu-latest
55-
needs: test
56+
needs: [test, generate]
5657
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
5758
permissions:
5859
contents: write

0 commit comments

Comments
 (0)