Skip to content

Commit

Permalink
adjust goth build waiting for the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
evik42 committed Jul 2, 2023
1 parent 91b8d6d commit 267ddbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: "Build binaries (x86-64) (ubuntu-latest)"
ref: ${{ github.event.pull_request.head.sha || github.sha }}
intervalSeconds: 60
timeoutSeconds: 7200
intervalSeconds: 30
timeoutSeconds: 3600

- name: Fail if build was not a success ( ubuntu )
run: echo job status= ${{ steps.wait-for-build-ubu.outputs.conclusion }} && ${{ fromJSON('["false", "true"]')[steps.wait-for-build-ubu.outputs.conclusion == 'success'] }}
Expand Down

0 comments on commit 267ddbd

Please sign in to comment.