mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
reduce ci timeouts to 60 minutes (#5147)
This commit is contained in:
parent
87ff5e9134
commit
361db7a817
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -90,6 +91,7 @@ jobs:
|
||||
svelte-check:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -113,6 +115,7 @@ jobs:
|
||||
formatting:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -153,6 +156,7 @@ jobs:
|
||||
test:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -181,6 +185,7 @@ jobs:
|
||||
MONGO_URL: 'mongodb://localhost:27018'
|
||||
uitest:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -280,6 +285,7 @@ jobs:
|
||||
docker-build:
|
||||
needs: [build, test, svelte-check, uitest]
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user