Skip to content

Commit d424bdd

Browse files
committed
Fix order of actions
1 parent cf75d26 commit d424bdd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ jobs:
6363
- name: Set up ${{matrix.DB}}
6464
run: ${{matrix.DB_INIT}}
6565

66-
- name: Set up .NET
67-
uses: actions/setup-dotnet@v5
68-
with:
69-
global-json-file: global.json
70-
7166
- name: Checkout
7267
uses: actions/checkout@v5
7368
with:
7469
show-progress: false
7570

71+
- name: Set up .NET
72+
uses: actions/setup-dotnet@v5
73+
with:
74+
global-json-file: ./global.json
75+
7676
- name: Build and Test
7777
run: |
7878
pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{'Database' = '${{matrix.DB}}';'ConnectionString'='${{matrix.CONNECTION_STRING}}'}"

0 commit comments

Comments
 (0)