feat: improve --list-csv and --list output #4735
build.yml
on: pull_request
yamllint
8s
typecheck
12s
eslint
14s
unused-deps
14s
test
3m 49s
CodeQL
1m 22s
Matrix: smoke-test
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`.
|