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

View File

@@ -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