diff --git a/scripts/run-tests-on-maelstrom-inner.sh b/scripts/run-tests-on-maelstrom-inner.sh index 3d056920..bbd7a13d 100755 --- a/scripts/run-tests-on-maelstrom-inner.sh +++ b/scripts/run-tests-on-maelstrom-inner.sh @@ -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"