Skip to content

Commit

Permalink
more env
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Nov 28, 2023
1 parent 3a6b0f3 commit 6619c6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
env:
GQL_PORT: 4350
VITE_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}
DB_HOST: postgres
GQL_PORT: 4350
DB_PORT: 5432
with:
install-command: yarn install
start: |
Expand Down

0 comments on commit 6619c6a

Please sign in to comment.