Compare commits
5 Commits
311e21bcf3
...
869ab1f2e0
Author | SHA1 | Date |
---|---|---|
|
869ab1f2e0 | 2 years ago |
|
0fa644e64b | 2 years ago |
|
a3dd0b9fbd | 2 years ago |
|
efa51f66b1 | 2 years ago |
|
0c87fae09b | 2 years ago |
@ -0,0 +1,27 @@ |
||||
name: Test Pico CMS pull request |
||||
|
||||
on: |
||||
pull_request: {} |
||||
|
||||
jobs: |
||||
test: |
||||
name: Test Pico CMS |
||||
uses: ./.github/workflows/test.yml |
||||
|
||||
bouncer: |
||||
name: Bouncer |
||||
|
||||
needs: test |
||||
if: ${{ always() }} |
||||
|
||||
runs-on: ubuntu-latest |
||||
permissions: {} |
||||
|
||||
steps: |
||||
- name: Check build matrix status |
||||
if: ${{ needs.test.result != 'success' }} |
||||
run: | |
||||
: |
||||
echo "Some tests of Pico CMS failed." >&2 |
||||
echo "Please check the GitHub workflow logs for details." >&2 |
||||
exit 1 |
Loading…
Reference in new issue