Skip to content

Commit

Permalink
Test pipeline runs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jun 14, 2023
1 parent b3817cd commit 18ce7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
- label: "Integration tests"
key: "integration-tests"
command: ".buildkite/scripts/steps/tests/integration.sh"
branches: "main"
# branches: "main"
artifact_paths:
- "build/TEST-**"
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/tests/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mage package

# Run integration tests
set +e
mage integration:test
# mage integration:test
TESTS_EXIT_STATUS=$?
set -e

Expand Down

0 comments on commit 18ce7ab

Please sign in to comment.