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