File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 61
61
with :
62
62
flags : GHA_Docker
63
63
name : ${{ matrix.docker }}
64
+
65
+ success :
66
+ needs : build
67
+ runs-on : ubuntu-latest
68
+ name : Docker Test Successful
69
+ steps :
70
+ - name : Success
71
+ run : echo Docker Test Successful
Original file line number Diff line number Diff line change @@ -267,3 +267,11 @@ jobs:
267
267
bash <(curl -s https://codecov.io/bash) -F GHA_Windows
268
268
env :
269
269
CODECOV_NAME : ${{ matrix.name }}
270
+
271
+ success :
272
+ needs : [build, msys]
273
+ runs-on : ubuntu-latest
274
+ name : Windows Test Successful
275
+ steps :
276
+ - name : Success
277
+ run : echo Windows Test Successful
Original file line number Diff line number Diff line change @@ -107,3 +107,11 @@ jobs:
107
107
run : bash <(curl -s https://codecov.io/bash) -F ${{ matrix.codecov-flag }}
108
108
env :
109
109
CODECOV_NAME : ${{ matrix.os }} Python ${{ matrix.python-version }}
110
+
111
+ success :
112
+ needs : build
113
+ runs-on : ubuntu-latest
114
+ name : Test Successful
115
+ steps :
116
+ - name : Success
117
+ run : echo Test Successful
You can’t perform that action at this time.
0 commit comments