Skip to content

Commit 73aa497

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent 6fc7528 commit 73aa497

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)