feat: gno projects_manager #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
merge_group: | |
jobs: | |
e2e-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: "1.22" | |
- uses: cypress-io/github-action@v6 | |
with: | |
browser: chrome | |
build: yarn install-gno | |
start: | | |
yarn start | |
gnodev --server-mode --add-account g1vy7xjwc7xvzd2pjvhdhqgeacjcfg8pv0qqng7z | |
wait-on: "http://localhost:8080, http://localhost:8888" |