Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Oct 18, 2024
1 parent 42b6c8f commit 16a738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/entrypoint.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euxo pipefail

listen_address=
if [[ $TEST_LOCAL_CODEGEN == "true" ]]; then
if [[ "${GITHUB_ACTIONS:-false}" == "true" ]]; then
if [[ $GITHUB_ACTIONS == "true" ]]; then
# Codegen address when running test
listen_address="http://172.17.0.1:9000"
else
Expand Down

0 comments on commit 16a738a

Please sign in to comment.