Skip to content

Commit 2cfe2e8

Browse files
committed
Try just having the manual alias go directly
1 parent e4b40cc commit 2cfe2e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
matrix:
1717
typedb_version: ["3.4.0", "latest"]
1818
os:
19+
- ubuntu-latest
1920
- windows-latest
20-
# - ubuntu-latest
21-
# - macos-latest
21+
- macos-latest
2222

2323
name: Run Action
2424
steps:

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ runs:
4646
TYPEDB_HTTP_PORT="${{ inputs.typedb_http_port }}"
4747
TYPEDB_ARGS="${{ inputs.typedb_args }}"
4848
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 &
49+
alias typedb='"typedb.bat"'
50+
typedb server --server.address="0.0.0.0:$TYPEDB_GRPC_PORT" --server.http.address="0.0.0.0:$TYPEDB_HTTP_PORT" $TYPEDB_ARGS &
5151
disown %1

0 commit comments

Comments
 (0)