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 85e5290 commit 654ab38Copy full SHA for 654ab38
.github/workflows/build-node-python.yml
@@ -50,8 +50,8 @@ env:
50
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
51
PYPI_USERNAME: "datavisyn"
52
PYTHON_VERSION: "3.10"
53
- WORKFLOW_BRANCH: "new_deployment_runs_on"
54
-
+ WORKFLOW_BRANCH: "new_deployment"
+
55
permissions:
56
contents: read
57
id-token: write
@@ -136,6 +136,8 @@ jobs:
136
--health-interval 10s
137
--health-timeout 5s
138
--health-retries 5
139
+ ports:
140
+ - 5432:5432
141
142
steps:
143
- name: Checkout source repository
0 commit comments