Skip to content

Commit b29c20a

Browse files
Update build-node-python.yml
1 parent 2c32290 commit b29c20a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ jobs:
217217
# TODO: Create customizable variables for these?
218218
start: |
219219
yarn start dev_server_only=true
220-
POSTGRES_HOSTNAME=${{ env.POSTGRES_HOSTNAME }} make start
220+
export POSTGRES_HOSTNAME=${{ env.POSTGRES_HOSTNAME }}
221+
make start
221222
wait-on: "http://localhost:8080, http://localhost:9000/health"
222223
env: ${{ secrets.CYPRESS_ENV }}
223224
- name: Run cypress component tests

0 commit comments

Comments
 (0)