Skip to content

Commit a0968d2

Browse files
authored
Merge pull request #25 from labd/fix/pipelines
Fix/pipelines
2 parents bafe77a + fe7db31 commit a0968d2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#
44
name: Tests
55
on:
6-
pull_request:
7-
paths-ignore:
8-
- 'README.md'
96
push:
107
paths-ignore:
118
- 'README.md'
@@ -19,6 +16,7 @@ jobs:
1916
with:
2017
go-version-file: 'go.mod'
2118
cache: true
19+
- uses: hashicorp/setup-terraform@v3
2220
- run: go generate ./...
2321
- name: git diff
2422
run: |
@@ -52,7 +50,7 @@ jobs:
5250

5351
changie:
5452
runs-on: ubuntu-latest
55-
needs: test
53+
needs: [test, generate]
5654
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
5755
permissions:
5856
contents: write

0 commit comments

Comments
 (0)