Skip to content

Commit

Permalink
Update default host
Browse files Browse the repository at this point in the history
  • Loading branch information
trappar committed Feb 16, 2024
1 parent adeb47e commit 50304a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Ensure environmental variables have been set correctly
run: |
echo $TURBO_API | grep -P "^http://127.0.0.1:\d+$"
echo $TURBO_API | grep -P "^http://0.0.0.0:\d+$"
echo $TURBO_TOKEN | grep -P "^[a-zA-Z0-9]{48}$"
echo $TURBO_TEAM | grep -P "^ci$"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
host:
description: "Used to set the TURBO_API env variable."
required: false
default: "127.0.0.1"
default: "0.0.0.0"
port:
description: "Sets the port the server will listen on, and is added to the end of the TURBO_API env variable."
required: false
Expand Down

0 comments on commit 50304a6

Please sign in to comment.