misc,tests: Remove zip step from Workflows (#1048)
This is not needed with upload-artifact v4 directories are archived and compressed by default. This zip step was also causing Daily/Weekly test failures due to not running `apt update` before the `apt install` for the zip utility. Ergo this patch fixes these errors.
This commit is contained in:
2
.github/workflows/ci-tests.yaml
vendored
2
.github/workflows/ci-tests.yaml
vendored
@@ -175,7 +175,7 @@ jobs:
|
||||
run: echo "sanatized-test-dir=$(echo '${{ matrix.test-dir }}' | sed 's/\//-/g')" >> $GITHUB_OUTPUT
|
||||
|
||||
# Upload the tests/testing-results directory as an artifact.
|
||||
- name: Upload test results
|
||||
- name: upload results
|
||||
if: success() || failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user