E2E Testing #1242
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
# Run E2E every day at 09:00am and 21:00am | |
name: E2E Testing | |
on: | |
schedule: | |
- cron: '0 9,21 * * *' | |
jobs: | |
e2e: | |
uses: ./.github/workflows/e2e.yml | |
with: | |
node-version: lts/hydrogen | |
pnpm-version: 7.x |