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:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -79,4 +80,3 @@ jobs:
|
|||||||
- name: Integration test
|
- name: Integration test
|
||||||
run: |
|
run: |
|
||||||
make integration
|
make integration
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user