We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bafe77a + fe7db31 commit a0968d2Copy full SHA for a0968d2
.changes/unreleased/Fixed-20250314-093643.yaml
@@ -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
@@ -3,9 +3,6 @@
#
4
name: Tests
5
on:
6
- pull_request:
7
- paths-ignore:
8
- - 'README.md'
9
push:
10
paths-ignore:
11
- 'README.md'
@@ -19,6 +16,7 @@ jobs:
19
16
with:
20
17
go-version-file: 'go.mod'
21
18
cache: true
+ - uses: hashicorp/setup-terraform@v3
22
- run: go generate ./...
23
- name: git diff
24
run: |
@@ -52,7 +50,7 @@ jobs:
52
50
53
51
changie:
54
runs-on: ubuntu-latest
55
- needs: test
+ needs: [test, generate]
56
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
57
permissions:
58
contents: write
0 commit comments