Skip to content

Commit 79a1680

Browse files
authored
build: include error information when integration test fails (#1712)
1 parent 8d3a572 commit 79a1680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/gapic-generator/.github/workflows

packages/gapic-generator/.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
echo "and it will start over with a clean cache."
298298
echo "The old one will disappear after 7 days."
299299
- name: Integration Tests
300-
run: bazel test //tests/integration/...
300+
run: bazel test //tests/integration/... --test_output=errors
301301

302302
goldens-lint:
303303
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)