Increase dial bot timeout from 120 seconds to 21 minutes 20 seconds #1182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
jobs: | |
go: | |
name: Go | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Setup | |
id: setup | |
uses: ./.github/actions/setup | |
- name: Validate and test Go code | |
id: go | |
uses: ./.github/actions/go | |
with: | |
COVERAGE_THRESHOLD: ${{ vars.COVERAGE_THRESHOLD }} |