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 b29c20a commit 30de824Copy full SHA for 30de824
.github/workflows/build-node-python.yml
@@ -217,10 +217,11 @@ jobs:
217
# TODO: Create customizable variables for these?
218
start: |
219
yarn start dev_server_only=true
220
- export POSTGRES_HOSTNAME=${{ env.POSTGRES_HOSTNAME }}
221
make start
222
wait-on: "http://localhost:8080, http://localhost:9000/health"
223
env: ${{ secrets.CYPRESS_ENV }}
+ env:
224
+ POSTGRES_HOSTNAME: ${{ env.POSTGRES_HOSTNAME }}
225
- name: Run cypress component tests
226
uses: cypress-io/github-action@v6
227
with:
0 commit comments