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 e4b40cc commit 2cfe2e8Copy full SHA for 2cfe2e8
.github/workflows/ci.yml
@@ -16,9 +16,9 @@ jobs:
16
matrix:
17
typedb_version: ["3.4.0", "latest"]
18
os:
19
+ - ubuntu-latest
20
- windows-latest
-# - ubuntu-latest
21
-# - macos-latest
+ - macos-latest
22
23
name: Run Action
24
steps:
action.yml
@@ -46,6 +46,6 @@ runs:
46
TYPEDB_HTTP_PORT="${{ inputs.typedb_http_port }}"
47
TYPEDB_ARGS="${{ inputs.typedb_args }}"
48
49
- source ~/.bashrc
50
- typedb.bat server --server.address="0.0.0.0:$TYPEDB_GRPC_PORT" --server.http.address="0.0.0.0:$TYPEDB_HTTP_PORT" $TYPEDB_ARGS &
+ alias typedb='"typedb.bat"'
+ typedb server --server.address="0.0.0.0:$TYPEDB_GRPC_PORT" --server.http.address="0.0.0.0:$TYPEDB_HTTP_PORT" $TYPEDB_ARGS &
51
disown %1
0 commit comments