Merge pull request #298 from dagger/gh-action-timeout
ci: set a CI timeout
This commit is contained in:
commit
e82ef9dfce
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user