|
@@ -105,6 +105,7 @@ jobs:
|
|
|
|
|
|
unit-test:
|
|
unit-test:
|
|
runs-on: ${{ inputs.os }}
|
|
runs-on: ${{ inputs.os }}
|
|
|
|
+ timeout-minutes: 120
|
|
env:
|
|
env:
|
|
GOPATH: ${{ github.workspace }}\go
|
|
GOPATH: ${{ github.workspace }}\go
|
|
GOBIN: ${{ github.workspace }}\go\bin
|
|
GOBIN: ${{ github.workspace }}\go\bin
|
|
@@ -239,6 +240,7 @@ jobs:
|
|
|
|
|
|
integration-test:
|
|
integration-test:
|
|
runs-on: ${{ inputs.os }}
|
|
runs-on: ${{ inputs.os }}
|
|
|
|
+ timeout-minutes: 120
|
|
needs:
|
|
needs:
|
|
- build
|
|
- build
|
|
- integration-test-prepare
|
|
- integration-test-prepare
|