Skip to content

Commit

Permalink
Merge branch 'main' into fix-favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth authored May 29, 2024
2 parents b122fde + be0fc10 commit 5f26395
Show file tree
Hide file tree
Showing 17 changed files with 6,355 additions and 3,664 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/website-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Website-e2e

on:
push:
branches: [main]
pull_request:
branches: [main]

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

- name: Cypress run
uses: cypress-io/github-action@v6
with:
command: npm run website:e2e:ci
env:
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# testing
/cypress/screenshots
/cypress/videos

# Runtime data
pids
*.pid
Expand Down
Loading

0 comments on commit 5f26395

Please sign in to comment.