Skip to content

Commit b9ce260

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

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
@@ -76,12 +76,18 @@ jobs:
7676
if: matrix.testTarget == 'local'
7777
working-directory: provider
7878
run: go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 .
79+
env:
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7981
- name: Run tests
8082
if: matrix.testTarget == 'local'
8183
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -skip TestPulumiExamples -parallel 4 .
84+
env:
85+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8286
- name: Run pulumi/examples tests
8387
if: matrix.testTarget == 'pulumiExamples'
8488
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -run TestPulumiExamples -parallel 4 .
89+
env:
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8591
strategy:
8692
fail-fast: false
8793
matrix:

0 commit comments

Comments
 (0)