We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfe2e8 commit fae895aCopy full SHA for fae895a
action.yml
@@ -46,6 +46,7 @@ runs:
46
TYPEDB_HTTP_PORT="${{ inputs.typedb_http_port }}"
47
TYPEDB_ARGS="${{ inputs.typedb_args }}"
48
49
- alias typedb='"typedb.bat"'
+ shopt -s expand_aliases
50
+ source ~/.bashrc
51
typedb server --server.address="0.0.0.0:$TYPEDB_GRPC_PORT" --server.http.address="0.0.0.0:$TYPEDB_HTTP_PORT" $TYPEDB_ARGS &
52
disown %1
0 commit comments