Skip to content

Commit

Permalink
chore(ci): add CI status job
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Sep 21, 2024
1 parent 2cc26c5 commit 845c08e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,20 @@ jobs:
# --cache-from=type=gha --cache-to=type=gha,mode=max
run: |
docker build --% -f tests/windows.Dockerfile -t pyright-python .
tests_status:
if: always()

needs:
- test
- lint
- docker
- docker-windows

runs-on: ubuntu-latest

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

0 comments on commit 845c08e

Please sign in to comment.