mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix sot test
This commit is contained in:
parent
64d9d93f49
commit
7fd7886dc6
@ -161,15 +161,15 @@ jobs:
|
||||
run: sleep 10
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm test run
|
||||
run: pnpm test run --exclude "**/external-db-sync*.test.ts" # external-db-sync does not support external sot
|
||||
|
||||
- name: Run tests again (attempt 1)
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
|
||||
run: pnpm test run
|
||||
run: pnpm test run --exclude "**/external-db-sync*.test.ts"
|
||||
|
||||
- name: Run tests again (attempt 2)
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
|
||||
run: pnpm test run
|
||||
run: pnpm test run --exclude "**/external-db-sync*.test.ts"
|
||||
|
||||
- name: Verify data integrity
|
||||
run: pnpm run verify-data-integrity --no-bail
|
||||
|
||||
Loading…
Reference in New Issue
Block a user