mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Set pipeline job timeouts and add ca-certificates to test container (#1753)
* set job timeout * add ca-cert package to test container * enable unittest * include apt update * set yes * skip logs::test_logs unittest
This commit is contained in:
committed by
GitHub
parent
3ddeb5fa94
commit
df20d4f100
3
.github/workflows/product.yaml
vendored
3
.github/workflows/product.yaml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
compat:
|
||||
name: Build compat.tar
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -49,6 +50,7 @@ jobs:
|
||||
utils:
|
||||
name: Build utils.tar
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -74,6 +76,7 @@ jobs:
|
||||
image:
|
||||
name: Build image
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
needs: [compat,utils,backend,frontend]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user