ci: run release gate on compose runner
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
release-quality-gate:
|
||||
runs-on: xiaoxin
|
||||
runs-on: manman-linux
|
||||
timeout-minutes: 45
|
||||
env:
|
||||
GITEA_SHA: ${{ gitea.sha }}
|
||||
@@ -25,6 +25,7 @@ jobs:
|
||||
node --version
|
||||
npm --version
|
||||
docker version
|
||||
docker compose version --short | grep -Eq '^v?2\.'
|
||||
- name: Install dependencies and run release gate
|
||||
env:
|
||||
NEXT_PUBLIC_SUPABASE_URL: https://ci-placeholder.supabase.co
|
||||
|
||||
Reference in New Issue
Block a user