Skip to content

Commit

Permalink
chore: add meta test for easy config
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo authored and hugobarthelemy committed Oct 16, 2024
1 parent b2c5f88 commit 1273def
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 @@ -8,6 +8,13 @@ on:
workflow_dispatch:

jobs:
ok:
if: ${{ always() }}
runs-on: ubuntu-latest
name: All Tests Passed
needs: [test, memcheck]
steps:
- run: '[[ "${{ needs.test.result }}" == "success" && "${{ needs.memcheck.result }}" == "success" ]]'
test:
strategy:
matrix:
Expand Down

0 comments on commit 1273def

Please sign in to comment.