Skip to content

Commit

Permalink
Add tests-passed job
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Mar 7, 2024
1 parent 9b1192b commit 9e0017b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ jobs:
with:
name: example-build-${{ matrix.mappings }}
path: _build/

# dummy job, just makes it easier to require all tests to pass before merging PRs
tests-passed:
needs: test
runs-on: ubuntu-latest
steps:
- run: echo "yay!"

0 comments on commit 9e0017b

Please sign in to comment.