|
92 | 92 | token: ${{ secrets.PERSONAL_TOKEN }} |
93 | 93 | wait-for-completion-interval: 10s |
94 | 94 | wait-for-completion-timeout: 5m |
| 95 | + display-workflow-run-url-interval: 10s |
| 96 | + display-workflow-run-url-timeout: 5m |
95 | 97 | continue-on-error: true |
96 | 98 | - uses: nick-invision/assert-action@v1 |
97 | 99 | with: |
@@ -121,7 +123,9 @@ jobs: |
121 | 123 | workflow: failing.yml |
122 | 124 | token: ${{ secrets.PERSONAL_TOKEN }} |
123 | 125 | wait-for-completion-interval: 10s |
124 | | - wait-for-completion-timeout: 5m |
| 126 | + wait-for-completion-timeout: 60s |
| 127 | + display-workflow-run-url-interval: 10s |
| 128 | + display-workflow-run-url-timeout: 60s |
125 | 129 | continue-on-error: true |
126 | 130 | - run: echo "worflow-conclusion=${{ steps.failing-workflow.outputs.workflow-conclusion }}" |
127 | 131 | - uses: nick-invision/assert-action@v1 |
@@ -153,6 +157,8 @@ jobs: |
153 | 157 | token: ${{ secrets.PERSONAL_TOKEN }} |
154 | 158 | wait-for-completion-interval: 10s |
155 | 159 | wait-for-completion-timeout: 30s |
| 160 | + display-workflow-run-url-interval: 10s |
| 161 | + display-workflow-run-url-timeout: 30s |
156 | 162 | continue-on-error: true |
157 | 163 | - uses: nick-invision/assert-action@v1 |
158 | 164 | with: |
@@ -234,6 +240,8 @@ jobs: |
234 | 240 | run-name: ${{ env.RUN_NAME }} |
235 | 241 | wait-for-completion-interval: 10s |
236 | 242 | wait-for-completion-timeout: 120s |
| 243 | + display-workflow-run-url-interval: 10s |
| 244 | + display-workflow-run-url-timeout: 120s |
237 | 245 | workflow-logs: print |
238 | 246 | inputs: >- |
239 | 247 | { |
@@ -261,6 +269,7 @@ jobs: |
261 | 269 | - failing-test |
262 | 270 | - timeout-test |
263 | 271 | - print-workflow-logs-test |
| 272 | + - parallel-runs-test |
264 | 273 | runs-on: ubuntu-latest |
265 | 274 | steps: |
266 | 275 | - name: Check out repository |
|
0 commit comments