Skip to content

Commit 6688d6c

Browse files
committed
Revert attempts to fix tests
1 parent 165658b commit 6688d6c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,7 @@ jobs:
367367
if [[ "$TEST_SUITE_TAGS" == "all" ]]; then
368368
TIMEOUT=90m
369369
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
370+
SHELL='${{ matrix.sys.shell }}' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json 2>&1 | gotestfmt -hide empty-packages
372371
continue-on-error: ${{ github.event_name == 'schedule' }}
373372
env:
374373
INTEGRATION_TEST_USERNAME: ${{ secrets.INTEGRATION_TEST_USERNAME }}
@@ -545,4 +544,4 @@ jobs:
545544
session-build-macos-13
546545
session-build-macos-latest
547546
session-build-windows-2025
548-
session-build-ubuntu-24.04-arm
547+
session-build-ubuntu-24.04-arm

0 commit comments

Comments
 (0)