Skip to content

Commit

Permalink
Re-enable github artifacts to see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Dec 6, 2024
1 parent b0a586c commit 9a8dff0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/run-tests-on-maelstrom-inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ WORKER_ARGS=""
CARGO_ARGS="--profile=release"
PYTEST_ARGS=""

# 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"
# CARGO_ARGS="$CARGO_ARGS --artifact-transfer-strategy github"
# PYTEST_ARGS="$PYTEST_ARGS --artifact-transfer-strategy github"
# echo "using github for artifact transfer"
# fi
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"
CARGO_ARGS="$CARGO_ARGS --artifact-transfer-strategy github"
PYTEST_ARGS="$PYTEST_ARGS --artifact-transfer-strategy github"
echo "using github for artifact transfer"
fi

set +e

Expand Down

0 comments on commit 9a8dff0

Please sign in to comment.