remove worklogs upload (#17056)
This commit is contained in:
parent
972e81bd67
commit
0216add52c
|
@ -245,11 +245,6 @@ jobs:
|
|||
--packages=./test/integration/connect/envoy \
|
||||
-- -timeout=30m -tags integration -run="TestEnvoy/(${{ matrix.test-cases }})"
|
||||
|
||||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
with:
|
||||
name: container-logs
|
||||
path: ./test/integration/connect/envoy/workdir/logs
|
||||
|
||||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
with:
|
||||
name: ${{ env.TEST_RESULTS_ARTIFACT_NAME }}
|
||||
|
|
Loading…
Reference in New Issue