Merge pull request #298 from dagger/gh-action-timeout

ci: set a CI timeout
This commit is contained in:
Andrea Luzzardi 2021-04-07 19:02:58 -07:00 committed by GitHub
commit e82ef9dfce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Check out
uses: actions/checkout@v2
@ -79,4 +80,3 @@ jobs:
- name: Integration test
run: |
make integration