mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-16 21:08:38 +08:00
Merge branch 'dev' into promptless/document-developer-tools
This commit is contained in:
commit
6cca30ff7f
@ -16,6 +16,7 @@ env:
|
||||
|
||||
jobs:
|
||||
setup-tests-with-custom-base-port:
|
||||
if: ${{ (github.head_ref || github.ref_name) == 'dev' }}
|
||||
runs-on: ubicloud-standard-16
|
||||
env:
|
||||
NEXT_PUBLIC_STACK_PORT_PREFIX: "69"
|
||||
|
||||
1
.github/workflows/setup-tests.yaml
vendored
1
.github/workflows/setup-tests.yaml
vendored
@ -16,6 +16,7 @@ env:
|
||||
|
||||
jobs:
|
||||
setup-tests:
|
||||
if: ${{ (github.head_ref || github.ref_name) == 'dev' }}
|
||||
runs-on: ubicloud-standard-16
|
||||
env:
|
||||
STACK_EXTERNAL_DB_SYNC_MAX_DURATION_MS: "20000"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user