add all successful report jobs

(cherry picked from commit 0158d752f17439e560ba58adb5dfc07765a106d7)
This commit is contained in:
nulano 2020-09-23 08:56:17 +02:00 committed by Hugo van Kemenade
parent 7d829ca532
commit 43649846cf
3 changed files with 24 additions and 0 deletions

View File

@ -61,3 +61,11 @@ jobs:
with:
flags: GHA_Docker
name: ${{ matrix.docker }}
success:
needs: build
runs-on: ubuntu-latest
name: Docker Test Successful
steps:
- name: Success
run: echo Docker Test Successful

View File

@ -267,3 +267,11 @@ jobs:
bash <(curl -s https://codecov.io/bash) -F GHA_Windows
env:
CODECOV_NAME: ${{ matrix.name }}
success:
needs: [build, msys]
runs-on: ubuntu-latest
name: Windows Test Successful
steps:
- name: Success
run: echo Windows Test Successful

View File

@ -107,3 +107,11 @@ jobs:
run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.codecov-flag }}
env:
CODECOV_NAME: ${{ matrix.os }} Python ${{ matrix.python-version }}
success:
needs: build
runs-on: ubuntu-latest
name: Test Successful
steps:
- name: Success
run: echo Test Successful