mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 16:16:25 +00:00
chore: run e2e more frequently to check reliability
This commit is contained in:
4
.github/workflows/start.yml
vendored
4
.github/workflows/start.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
- 'v*'
|
- 'v*'
|
||||||
schedule:
|
schedule:
|
||||||
# * is a special character in YAML so you have to quote this string
|
# * is a special character in YAML so you have to quote this string
|
||||||
- cron: '30 1,9 * * *'
|
- cron: '15 * * * *'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- 1.0.0
|
# - 1.0.0
|
||||||
- 1.5.3
|
- 1.5.3
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user