Skip to content

Commit 8f85ef7

Browse files
committed
more tests
1 parent 1f62665 commit 8f85ef7

File tree

2 files changed

+34
-26
lines changed

2 files changed

+34
-26
lines changed

.github/workflows/_go-tests.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,40 @@ jobs:
2323
- name: Start Tilt services
2424
uses: ./.github/actions/tilt
2525
- run: bin/cluster-test.sh bash -c 'cd go && make test'
26+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
27+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
28+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
29+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
30+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
31+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
32+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
33+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
34+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
35+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
36+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
37+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
38+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
39+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
40+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
41+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
42+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
43+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
44+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
45+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
46+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
47+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
48+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
49+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
50+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
51+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
52+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
53+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
54+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
55+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
56+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
57+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
58+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
59+
- run: bin/cluster-test.sh bash -c 'cd go && make test'
2660
- name: Save service logs to artifact
2761
if: always()
2862
uses: ./.github/actions/export-tilt-logs

.github/workflows/pr.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -193,32 +193,6 @@ jobs:
193193
uses: ./.github/workflows/_go-tests.yml
194194
secrets: inherit
195195

196-
go-tests-2:
197-
name: Go tests 2
198-
needs: change-detection
199-
if: contains(fromJson(needs.change-detection.outputs.tests-to-run), 'go')
200-
uses: ./.github/workflows/_go-tests.yml
201-
secrets: inherit
202-
203-
go-tests-3:
204-
name: Go tests 3
205-
needs: change-detection
206-
if: contains(fromJson(needs.change-detection.outputs.tests-to-run), 'go')
207-
uses: ./.github/workflows/_go-tests.yml
208-
secrets: inherit
209-
210-
go-tests-4:
211-
name: Go tests 4
212-
needs: change-detection
213-
if: contains(fromJson(needs.change-detection.outputs.tests-to-run), 'go')
214-
uses: ./.github/workflows/_go-tests.yml
215-
secrets: inherit
216-
go-tests-5:
217-
name: Go tests 5
218-
needs: change-detection
219-
if: contains(fromJson(needs.change-detection.outputs.tests-to-run), 'go')
220-
uses: ./.github/workflows/_go-tests.yml
221-
secrets: inherit
222196
check-title:
223197
name: Check PR Title
224198
runs-on: blacksmith-4vcpu-ubuntu-2204

0 commit comments

Comments
 (0)