Skip to content

Commit

Permalink
Merge pull request #4 from ebmdatalab/required-checks
Browse files Browse the repository at this point in the history
Use required-checks in CI
  • Loading branch information
madwort authored Nov 3, 2023
2 parents c3b18dd + f36397b commit 286e1c7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ jobs:
python-version: "3.11"
install-just: true
- name: Run tests
# env: # Add environment variables required for tests
run: |
just test
required-checks:
if: always()

needs:
- check
- test

runs-on: Ubuntu-latest

steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 286e1c7

Please sign in to comment.