Skip to content

Commit 9b5c543

Browse files
committed
temp
1 parent 9fea508 commit 9b5c543

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/integrationtests.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,8 @@ jobs:
5454
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5555
with:
5656
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
6459
with:
6560
dotnet-version: ${{ matrix.dotnet }}
6661
- name: Run integration tests
@@ -87,13 +82,8 @@ jobs:
8782
lfs: true
8883
sparse-checkout: |
8984
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
9787
with:
9888
dotnet-version: ${{ matrix.dotnet }}
9989
- name: Run integration tests

0 commit comments

Comments
 (0)