Skip to content

Commit

Permalink
Enable github queue communication between broker and worker in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Dec 31, 2024
1 parent a00268d commit 5baf3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests-on-maelstrom-inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ $# -gt 0 ]]; then
export ACTIONS_RUNTIME_TOKEN=$1
export ACTIONS_RESULTS_URL=$2
BROKER_ARGS="$BROKER_ARGS --artifact-transfer-strategy github"
WORKER_ARGS="$WORKER_ARGS --artifact-transfer-strategy github"
WORKER_ARGS="$WORKER_ARGS --artifact-transfer-strategy github --broker-connection github"
CARGO_ARGS="$CARGO_ARGS --artifact-transfer-strategy github"
PYTEST_ARGS="$PYTEST_ARGS --artifact-transfer-strategy github"
echo "using github for artifact transfer"
Expand Down

0 comments on commit 5baf3ce

Please sign in to comment.