Skip to content

Commit

Permalink
fix: Use absolute path for docker bind in e2e-test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jan 14, 2025
1 parent 1d24fab commit f2885ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/scripts/e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ else
-e HARDWARE_CONCURRENCY="$HARDWARE_CONCURRENCY" \
-e FAKE_PROOFS="$FAKE_PROOFS" \
$env_args \
--volume ./out:/out \
--volume "$(pwd)"/out:/out \
--rm aztecprotocol/end-to-end:$AZTEC_DOCKER_TAG \
"$test_path" "$@" || [ "$ignore_failures" = "true" ]
fi
Expand Down

0 comments on commit f2885ec

Please sign in to comment.