mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
github: Add 30 minute timeout to all jobs
We're getting hit by macOS runner concurrency limits whenever some jobs get stuck (for example, because of a deadlock).
This commit is contained in:
3
.github/workflows/napi.yml
vendored
3
.github/workflows/napi.yml
vendored
@@ -161,6 +161,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
test-db-linux-x64-gnu-binding:
|
||||
name: Test DB bindings on Linux-x64-gnu - node@${{ matrix.node }}
|
||||
timeout-minutes: 30
|
||||
needs:
|
||||
- build
|
||||
strategy:
|
||||
@@ -192,6 +193,7 @@ jobs:
|
||||
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn workspace @tursodatabase/database test
|
||||
test-db-browser-binding:
|
||||
name: Test DB bindings on browser@${{ matrix.node }}
|
||||
timeout-minutes: 30
|
||||
needs:
|
||||
- build
|
||||
strategy:
|
||||
@@ -228,6 +230,7 @@ jobs:
|
||||
publish:
|
||||
name: Publish
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user