Add timeouts to CI jobs (#484)

This commit is contained in:
Artem Gavrilov
2024-08-26 17:00:58 +02:00
committed by GitHub
parent bcf7bed60b
commit 467394fb6e
20 changed files with 25 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ jobs:
build:
name: coverage-test
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Clone postgres repository
uses: actions/checkout@v4