Skip to content

Commit

Permalink
attemp
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta-eth committed May 28, 2024
1 parent 2f04d50 commit cf4e025
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/website-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-22.04
env:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: ${{secrets.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -22,7 +24,4 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
install: false
auto-cancel-after-failures: 2
command: cd ./packages/website && npm run e2e
wait-on: 'http://localhost:3000'

0 comments on commit cf4e025

Please sign in to comment.