mirror of https://github.com/status-im/consul.git
remove worklogs upload (#17056)
This commit is contained in:
parent
f4406e69b9
commit
577e5a9685
|
@ -245,11 +245,6 @@ jobs:
|
||||||
--packages=./test/integration/connect/envoy \
|
--packages=./test/integration/connect/envoy \
|
||||||
-- -timeout=30m -tags integration -run="TestEnvoy/(${{ matrix.test-cases }})"
|
-- -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
|
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ env.TEST_RESULTS_ARTIFACT_NAME }}
|
name: ${{ env.TEST_RESULTS_ARTIFACT_NAME }}
|
||||||
|
|
Loading…
Reference in New Issue