We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165658b commit 6688d6cCopy full SHA for 6688d6c
1 file changed
.github/workflows/build.yml
@@ -367,8 +367,7 @@ jobs:
367
if [[ "$TEST_SUITE_TAGS" == "all" ]]; then
368
TIMEOUT=90m
369
fi
370
- go mod download
371
- SHELL='${{ matrix.sys.shell }}' go test -timeout $TIMEOUT -v $(go list ./... | grep "integration") -json 2> >(tee /dev/stderr) | gotestfmt -hide empty-packages
+ SHELL='${{ matrix.sys.shell }}' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json 2>&1 | gotestfmt -hide empty-packages
372
continue-on-error: ${{ github.event_name == 'schedule' }}
373
env:
374
INTEGRATION_TEST_USERNAME: ${{ secrets.INTEGRATION_TEST_USERNAME }}
@@ -545,4 +544,4 @@ jobs:
545
544
session-build-macos-13
546
session-build-macos-latest
547
session-build-windows-2025
548
- session-build-ubuntu-24.04-arm
+ session-build-ubuntu-24.04-arm
0 commit comments