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:
Thomas Moerkerken
2022-08-22 21:43:29 +02:00
committed by GitHub
parent 3ddeb5fa94
commit df20d4f100
3 changed files with 13 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ jobs:
frontend:
name: Build frontend
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with: