Skip to content

Commit 3eacbba

Browse files
feat: add landing pad to CI pipeline
1 parent 687c0d4 commit 3eacbba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ jobs:
127127
run: |
128128
docker run --rm discopop_ci_${{ github.sha }} python -m unittest -v -k *.end_to_end.*
129129
130+
checks_successful:
131+
runs-on: self-hostd
132+
name: Checks successful
133+
needs: [execute_cxx_unit_tests, execute_end_to_end_tests]
134+
steps:
135+
- name: Report
136+
run: |
137+
echo "All checks successful!"
138+
130139
cleanup:
131140
runs-on: self-hosted
132141
name: Cleanup

0 commit comments

Comments
 (0)