Skip to content

Commit

Permalink
tests: use alls-green (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Nov 6, 2024
1 parent 213ed80 commit 738dd70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,16 @@ jobs:
run: |
make test INSTALL_EXTRA=test
shell: bash

all-tests-pass:
if: always()

needs: [test-ubuntu-macos, test-windows]

runs-on: ubuntu-latest

steps:
- name: check test jobs
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 738dd70

Please sign in to comment.