-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: attempt to run integration test in CI
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: extend-tests-timeout | ||
description: add -timeout 10m flag to GOFLAGS to extend timeout for tests | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Extend timeout for tests | ||
shell: bash | ||
run: | | ||
echo "GOFLAGS=$GOFLAGS -timeout=10m" >> $GITHUB_ENV |
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