From c9d9acb84dcb16552de258bcac2efbe094559a38 Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Wed, 4 Mar 2026 18:24:06 +0100 Subject: [PATCH] remove -v better I missed that we don't use the makefile in CI in https://github.com/pulumi/pulumi-java/pull/2052 :facepalm: --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c0116ae9ff..9c343eb60f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: with: name: java-sdk path: ~/.m2/repository/com/pulumi - - run: cd pkg && go test -timeout 25m ./... -v + - run: cd pkg && go test -timeout 25m ./... examples: runs-on: ubuntu-latest