From 0a993a8df5404fca8f2bfd6c88b43a32b06cd46c Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Thu, 22 Aug 2024 13:59:12 +0100 Subject: [PATCH] Pipeline debugging --- .buildkite/basic/electron-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/basic/electron-pipeline.yml b/.buildkite/basic/electron-pipeline.yml index 0468b45fe..fc4018cf2 100644 --- a/.buildkite/basic/electron-pipeline.yml +++ b/.buildkite/basic/electron-pipeline.yml @@ -70,6 +70,6 @@ steps: - docker-compose#v4.12.0: run: electron-test-image shell: ["/bin/sh", "-e", "-c"] - command: ["npm run test:unit:lint-native && npm run test:unit:electron-runner && npm run test:electron"] + command: ["npm run test:lint-native && npm run test:unit:electron-runner && npm run test:electron"] artifact_paths: - "test/electron/maze_output/**/*"