Skip to content

Commit c78e512

Browse files
authored
Add "All tests passed" job to simplify PR requirements (#17)
1 parent 64f439e commit c78e512

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,15 @@ jobs:
9494
test -d "${{ runner.temp }}/brioche-install/brioche"
9595
9696
- *verify-brioche
97+
98+
all-tests:
99+
name: All tests passed
100+
needs:
101+
- smoke-test-setup-brioche
102+
- test-setup-brioche-with-install-bin-dir-override
103+
- test-setup-brioche-with-install-root-override
104+
- test-setup-brioche-with-version-override
105+
runs-on: ubuntu-24.04
106+
steps:
107+
- name: All tests passed
108+
run: 'true'

0 commit comments

Comments
 (0)