feat: improve --list-csv and --list output #4735
Annotations
2 errors
|
|
|
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
|
The logs for this run have expired and are no longer available.
Loading