Skip to content

Commit 654ab38

Browse files
committed
Readd ports (need to find a way of making this work with local runners)
1 parent 85e5290 commit 654ab38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-node-python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ env:
5050
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
5151
PYPI_USERNAME: "datavisyn"
5252
PYTHON_VERSION: "3.10"
53-
WORKFLOW_BRANCH: "new_deployment_runs_on"
54-
53+
WORKFLOW_BRANCH: "new_deployment"
54+
5555
permissions:
5656
contents: read
5757
id-token: write
@@ -136,6 +136,8 @@ jobs:
136136
--health-interval 10s
137137
--health-timeout 5s
138138
--health-retries 5
139+
ports:
140+
- 5432:5432
139141

140142
steps:
141143
- name: Checkout source repository

0 commit comments

Comments
 (0)