Skip to content

Commit

Permalink
Pipeline debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Aug 22, 2024
1 parent 4e4876f commit 0a993a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/basic/electron-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"

0 comments on commit 0a993a8

Please sign in to comment.