File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 54
54
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
55
55
with :
56
56
lfs : true
57
- - name : Download build artifact
58
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
59
- with :
60
- name : NuGet Package
61
- path : ./BuildArtifacts/Packages/NuGet
62
- - name : Install .NET
63
- uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
57
+ - name : Prepare integration tests
58
+ uses : ./.github/actions/prepare-integration-test
64
59
with :
65
60
dotnet-version : ${{ matrix.dotnet }}
66
61
- name : Run integration tests
87
82
lfs : true
88
83
sparse-checkout : |
89
84
tests/Cake.Issues.GitRepository/script-runner/
90
- - name : Download build artifact
91
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
92
- with :
93
- name : NuGet Package
94
- path : ./BuildArtifacts/Packages/NuGet
95
- - name : Install .NET
96
- uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
85
+ - name : Prepare integration tests
86
+ uses : ./.github/actions/prepare-integration-test
97
87
with :
98
88
dotnet-version : ${{ matrix.dotnet }}
99
89
- name : Run integration tests
You can’t perform that action at this time.
0 commit comments