From bc97cd1f938a662793bb2888263ada4e8d55a0f8 Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Tue, 16 Dec 2025 14:21:58 -0800 Subject: [PATCH] debug tests --- .github/workflows/run-acceptance-tests.yml | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index e80fb52..ad63419 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -495,7 +495,7 @@ jobs: run: >- set -euo pipefail - cd examples && go test -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 . + cd examples && go test -count=1 -cover -timeout 2h -v -tags=${{ matrix.language }} -parallel 4 . env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: failure() && github.event_name == 'push' diff --git a/.gitignore b/.gitignore index ca3cf09..85ea1e7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ **/.ionide **/.vscode *.swp -.pulumi/.cachedVersionInfo +.pulumi Pulumi.*.yaml yarn.lock ci-scripts