File tree 3 files changed +1
-185
lines changed
test/message-generator/test/sv1-test
3 files changed +1
-185
lines changed Original file line number Diff line number Diff line change @@ -27,30 +27,19 @@ jobs:
27
27
- name : Run jds-receive-solution-while-processing-declared-job
28
28
run : sh ./test/message-generator/test/jds-receive-solution-while-processing-declared-job/jds-receive-solution-while-processing-declared-job.sh
29
29
30
- sv1-test :
31
- runs-on : ubuntu-latest
32
- timeout-minutes : 10
33
- steps :
34
- - name : Checkout repository
35
- uses : actions/checkout@v4
36
- - name : Run sv1-test
37
- run : sh ./test/message-generator/test/sv1-test/sv1-test.sh
38
-
39
30
mg-aggregate-results :
40
31
name : " Aggregate MG Test Results"
41
32
runs-on : ubuntu-latest
42
33
if : always()
43
34
needs : [
44
35
jds-do-not-fail-on-wrong-tsdatasucc,
45
36
jds-receive-solution-while-processing-declared-job,
46
- sv1-test
47
37
]
48
38
steps :
49
39
- name : Aggregate Results
50
40
run : |
51
41
if [ "${{ needs.jds-do-not-fail-on-wrong-tsdatasucc.result }}" != "success" ] ||
52
- [ "${{ needs.jds-receive-solution-while-processing-declared-job.result }}" != "success" ] ||
53
- [ "${{ needs.sv1-test.result }}" != "success" ]; then
42
+ [ "${{ needs.jds-receive-solution-while-processing-declared-job.result }}" != "success" ]; then
54
43
echo "One or more jobs failed."
55
44
exit 1
56
45
else
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments