-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add nightly playwright test workflow template
- Loading branch information
1 parent
597f027
commit 56e5411
Showing
4 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# uncomment when staging will be ready | ||
|
||
# name: Nightly Playwright Tests | ||
|
||
# on: | ||
# schedule: | ||
# - cron: "0 1 * * *" | ||
# workflow_dispatch: | ||
|
||
# jobs: | ||
# playwright: | ||
# name: Playwright Tests | ||
# runs-on: ubuntu-latest | ||
# container: | ||
# image: mcr.microsoft.com/playwright:v1.45.3-jammy | ||
# defaults: | ||
# run: | ||
# working-directory: ./apps/web/ | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - uses: pnpm/action-setup@v4 | ||
# - uses: actions/setup-node@v4 | ||
# with: | ||
# node-version: 20.15.0 | ||
# - name: Install dependencies | ||
# run: pnpm install | ||
# - name: Run your tests | ||
# run: pnpm playwright test | ||
# env: | ||
# HOME: /root |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,3 @@ pnpm lint | |
|
||
pnpm run test:web | ||
pnpm run test:api | ||
|
||
exit 1 |
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