9999 max_attempts : 2
100100 shell : bash
101101 command : |
102- pytest $DEBUG $COVERAGE $RERUNS --junitxml=junit/test-results.xml tests/.
102+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/ junit/test-results.xml tests/.
103103
104104 - name : " Test API test_launcher"
105105 uses : nick-fields/retry@v2
@@ -108,7 +108,7 @@ jobs:
108108 max_attempts : 2
109109 shell : bash
110110 command : |
111- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results2.xml test_launcher/.
111+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results2.xml test_launcher/.
112112
113113 - name : " Test API test_server"
114114 uses : nick-fields/retry@v2
@@ -117,7 +117,7 @@ jobs:
117117 max_attempts : 2
118118 shell : bash
119119 command : |
120- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results3.xml test_server/.
120+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results3.xml test_server/.
121121
122122 - name : " Test API test_local_server"
123123 uses : nick-fields/retry@v2
@@ -126,7 +126,7 @@ jobs:
126126 max_attempts : 2
127127 shell : bash
128128 command : |
129- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results4.xml test_local_server/.
129+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results4.xml test_local_server/.
130130
131131 - name : " Test API test_multi_server"
132132 uses : nick-fields/retry@v2
@@ -135,7 +135,7 @@ jobs:
135135 max_attempts : 2
136136 shell : bash
137137 command : |
138- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results5.xml test_multi_server/.
138+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results5.xml test_multi_server/.
139139
140140 - name : " Test API test_remote_workflow"
141141 uses : nick-fields/retry@v2
@@ -144,7 +144,7 @@ jobs:
144144 max_attempts : 3
145145 shell : bash
146146 command : |
147- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results6.xml test_remote_workflow/.
147+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results6.xml test_remote_workflow/.
148148
149149 - name : " Test API test_remote_operator"
150150 uses : nick-fields/retry@v2
@@ -153,7 +153,7 @@ jobs:
153153 max_attempts : 2
154154 shell : bash
155155 command : |
156- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results7.xml test_remote_operator/.
156+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results7.xml test_remote_operator/.
157157
158158 - name : " Test API test_workflow"
159159 uses : nick-fields/retry@v2
@@ -162,7 +162,7 @@ jobs:
162162 max_attempts : 3
163163 shell : bash
164164 command : |
165- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results8.xml test_workflow/.
165+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results8.xml test_workflow/.
166166
167167 - name : " Test API test_service"
168168 uses : nick-fields/retry@v2
@@ -171,14 +171,14 @@ jobs:
171171 max_attempts : 2
172172 shell : bash
173173 command : |
174- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ tests/junit/test-results9.xml test_service/.
174+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results9.xml test_service/.
175175
176176 - name : " Test API Entry"
177177 shell : bash
178178 working-directory : tests
179179 run : |
180180 cd entry
181- pytest $DEBUG $COVERAGE $RERUNS --junitxml=../ junit/test-results10.xml .
181+ pytest $DEBUG $COVERAGE $RERUNS --junitxml=junit/test-results10.xml .
182182 if : always()
183183 timeout-minutes : 10
184184
0 commit comments