Skip to content

Commit

Permalink
Update build-node-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev authored Dec 21, 2023
1 parent b29c20a commit 30de824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,11 @@ jobs:
# TODO: Create customizable variables for these?
start: |
yarn start dev_server_only=true
export POSTGRES_HOSTNAME=${{ env.POSTGRES_HOSTNAME }}
make start
wait-on: "http://localhost:8080, http://localhost:9000/health"
env: ${{ secrets.CYPRESS_ENV }}
env:
POSTGRES_HOSTNAME: ${{ env.POSTGRES_HOSTNAME }}
- name: Run cypress component tests
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 30de824

Please sign in to comment.