@@ -171,10 +171,6 @@ jobs:
171
171
needs : [package-beta]
172
172
runs-on : ubuntu-20.04
173
173
steps :
174
- - name : Collect Workflow Telemetry
175
- if : always()
176
- uses : runforesight/foresight-workflow-kit-action@v1
177
-
178
174
- uses : actions/checkout@v3
179
175
- uses : actions/setup-python@v4
180
176
with :
@@ -227,10 +223,6 @@ jobs:
227
223
needs : [deploy-beta]
228
224
runs-on : ubuntu-20.04
229
225
steps :
230
- - name : Collect Workflow Telemetry
231
- if : always()
232
- uses : runforesight/foresight-workflow-kit-action@v1
233
-
234
226
- uses : dtolnay/rust-toolchain@master
235
227
with :
236
228
toolchain : stable
@@ -321,14 +313,6 @@ jobs:
321
313
API_ENDPOINT=${HTTPBIN_TLS_ZIP_ALB_ENDPOINT} API_AUTH_TYPE="open" cargo nextest run --run-ignored ignored-only --profile ci
322
314
API_ENDPOINT=${HTTPBIN_TLS_ZIP_FURL_ENDPOINT} API_AUTH_TYPE="iam" cargo nextest run --run-ignored ignored-only --profile ci
323
315
324
- - name : Analyze Test and/or Coverage Results
325
- uses : runforesight/foresight-test-kit-action@v1
326
- if : ${{ always() }}
327
- with :
328
- test_format : JUNIT
329
- test_framework : JUNIT
330
- test_path : " **/junit.xml"
331
-
332
316
- name : remove the oci x86 integration test stacks
333
317
working-directory : ./tests/e2e_tests/fixtures/go-httpbin
334
318
run : |
@@ -351,10 +335,6 @@ jobs:
351
335
outputs :
352
336
matrix : ${{ steps.set-matrix.outputs.matrix }}
353
337
steps :
354
- - name : Collect Workflow Telemetry
355
- if : always()
356
- uses : runforesight/foresight-workflow-kit-action@v1
357
-
358
338
- uses : actions/checkout@v3
359
339
- id : set-matrix
360
340
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/gamma.json)}" >> $GITHUB_OUTPUT
@@ -366,10 +346,6 @@ jobs:
366
346
outputs :
367
347
matrix : ${{ steps.set-matrix.outputs.matrix }}
368
348
steps :
369
- - name : Collect Workflow Telemetry
370
- if : always()
371
- uses : runforesight/foresight-workflow-kit-action@v1
372
-
373
349
- uses : actions/checkout@v3
374
350
- id : set-matrix
375
351
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/prod.json)}" >> $GITHUB_OUTPUT
0 commit comments