Skip to content

Commit 52a1bd2

Browse files
authored
Update GitHub Actions workflows. (#970)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 2ce6f269d9892f74ed14f645f41e402e7ff8d416.
1 parent 6fc7528 commit 52a1bd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,18 @@ jobs:
6767
if: matrix.testTarget == 'local'
6868
working-directory: provider
6969
run: go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 .
70+
env:
71+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7072
- name: Run tests
7173
if: matrix.testTarget == 'local'
7274
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -skip TestPulumiExamples -parallel 4 .
75+
env:
76+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7377
- name: Run pulumi/examples tests
7478
if: matrix.testTarget == 'pulumiExamples'
7579
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -run TestPulumiExamples -parallel 4 .
80+
env:
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7682
strategy:
7783
fail-fast: false
7884
matrix:

0 commit comments

Comments
 (0)