Skip to content

Commit 30de824

Browse files
Update build-node-python.yml
1 parent b29c20a commit 30de824

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,10 +217,11 @@ jobs:
217217
# TODO: Create customizable variables for these?
218218
start: |
219219
yarn start dev_server_only=true
220-
export POSTGRES_HOSTNAME=${{ env.POSTGRES_HOSTNAME }}
221220
make start
222221
wait-on: "http://localhost:8080, http://localhost:9000/health"
223222
env: ${{ secrets.CYPRESS_ENV }}
223+
env:
224+
POSTGRES_HOSTNAME: ${{ env.POSTGRES_HOSTNAME }}
224225
- name: Run cypress component tests
225226
uses: cypress-io/github-action@v6
226227
with:

0 commit comments

Comments
 (0)