Agoric / wallet-app

Site for wallet.agoric.app
https://wallet.agoric.app/
2 stars 7 forks source link

ci: added daily scheduled run to e2e test workflow #147

Closed frazarshad closed 7 months ago

frazarshad commented 7 months ago

This PR adds a scheduled run the e2e.yml github action to run it once daily.

It also updates the tests to remove an extra call to setupWallet. this call is already triggered by synpress by default when the SKIP_EXTENSION_SETUP env variable is not provided. so it isn't needed here