Skip to content

Commit

Permalink
replace GITHUB_ACTIONS by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Oct 18, 2024
1 parent 2f6a30a commit 120bfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/entrypoint.sh
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:-false} == "true" ]]; then
if [[ ${GITHUB_ACTIONS:-false} == "true" ]]; then
if [[ "${CI:-""}" != "" ]]; then
# Codegen address when running test
listen_address="http://172.17.0.1:9000"
else
Expand Down

0 comments on commit 120bfc1

Please sign in to comment.