Skip to content

feat: improve --list-csv and --list output #4735

feat: improve --list-csv and --list output

feat: improve --list-csv and --list output #4735

Triggered via pull request March 21, 2026 13:45
Status Failure
Total duration 3m 52s
Artifacts

build.yml

on: pull_request
Matrix: smoke-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test
Process completed with exit code 1.
[threads] tests/test-cases/artifacts-docker/integration.test.ts > artifacts-docker <consume artifacts> --needs: tests/test-cases/artifacts-docker/integration.test.ts#L24
AssertionError: expected [ …(22) ] to deeply equal ArrayContaining{…} - Expected + Received - ArrayContaining [ - "produce artifacts 📝 > CI_PROJECT_DIR=/builds/gcl/test-project", + [ + "produce artifacts 📝 starting docker.io/library/alpine:latest (build)", + "produce artifacts 📝 copied to docker volumes in 337 ms", + "produce artifacts 📝 $ echo \"CI_PROJECT_DIR=${CI_PROJECT_DIR}\"", + "produce artifacts 📝 > CI_PROJECT_DIR=/builds/gcl/test-project", + "produce artifacts 📝 $ touch file1 file2", + "produce artifacts 📝 $ mkdir -p path/to/deep/folder", + "produce artifacts 📝 $ touch path/to/deep/folder/file3", + "produce artifacts 📝 $ mkdir -p another-path/to/deep/empty-folder", + "produce artifacts 📝 finished in 664 ms", + "produce artifacts 📝 exported artifacts in 319 ms", + "produce artifacts 📝 copied artifacts to cwd in 52 ms", + "consume artifacts 🏗️ starting docker.io/library/alpine:latest (test)", + "consume artifacts 🏗️ copied to docker volumes in 323 ms", + "consume artifacts 🏗️ imported artifacts in 39 ms", + "consume artifacts 🏗️ $ if [ ! -f file1 ]; then exit 1; fi", + "consume artifacts 🏗️ $ if [ ! -f file2 ]; then exit 1; fi", + "consume artifacts 🏗️ $ if [ ! -f path/to/deep/folder/file3 ]; then exit 1; fi", + "consume artifacts 🏗️ $ if [ ! -d another-path/to/deep/empty-folder ]; then exit 1; fi", + "consume artifacts 🏗️ finished in 780 ms", + "", + " PASS produce artifacts 📝", + " PASS consume artifacts 🏗️", ] ❯ tests/test-cases/artifacts-docker/integration.test.ts:24:38
CodeQL
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`.