File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 6
6
setup_matrix :
7
7
name : ' Setup Test Matrix'
8
8
runs-on : ubuntu-latest
9
- timeout-minutes : 40
9
+ timeout-minutes : 60
10
10
outputs :
11
11
beaker_setfiles : ${{ steps.get-outputs.outputs.beaker_setfiles }}
12
12
puppet_major_versions : ${{ steps.get-outputs.outputs.puppet_major_versions }}
31
31
unit :
32
32
needs : setup_matrix
33
33
runs-on : ubuntu-latest
34
- timeout-minutes : 40
34
+ timeout-minutes : 60
35
35
strategy :
36
36
fail-fast : false
37
37
matrix :
Original file line number Diff line number Diff line change 1
1
---
2
- .travis.yml :
3
- secure : " SDpX6jzritODonEQBqy9g0NbOmk2a9dBfAtZLrvHwM8BTpM2W0Y1daqzIbpzxFiqlNX+6r2GSq9SV70N0A9Ko/uPV9aG/XZx7MsBR9DNVjgqjJSl7+aF88VJfRpOv4PAyTM33JMx91nLFxM/ql61YX+2DXGXrhUkBsMZcdBgQnk="
4
- docker_sets :
5
- - set : ubuntu1604-64
6
- - set : ubuntu1804-64
7
- - set : centos7-64
8
- - set : debian9-64
9
- - set : debian10-64
2
+ .github/workflows/ci.yml :
3
+ timeout_minutes : 60
You can’t perform that action at this time.
0 commit comments