File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,18 @@ jobs:
67
67
if : matrix.testTarget == 'local'
68
68
working-directory : provider
69
69
run : go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 .
70
+ env :
71
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70
72
- name : Run tests
71
73
if : matrix.testTarget == 'local'
72
74
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 }}
73
77
- name : Run pulumi/examples tests
74
78
if : matrix.testTarget == 'pulumiExamples'
75
79
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 }}
76
82
strategy :
77
83
fail-fast : false
78
84
matrix :
You can’t perform that action at this time.
0 commit comments