Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant committed Mar 8, 2022
1 parent 929d441 commit 87536b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cloudbuild/ci/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ steps:
id: run-tests
dir: /workspace/.cloudbuild/scripts
entrypoint: bash
args:
args:
- -c
- |
go run ./cmd/integration-tests \
-target $_BASE_BRANCH \
-bucket test-logs \
-build $BUILD_ID \
-a "test-logs/*.json"
timeout: 20m
-a "test-logs/*.json"
timeout: 25m

0 comments on commit 87536b9

Please sign in to comment.