Skip to content

Commit 98f39cc

Browse files
Move setup dotnet 6 step closer to convert code coverage
1 parent 11fefcb commit 98f39cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/post-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
with:
3131
setAllVars: true
3232

33-
- name: ⚙️ Setup dotnet 6.0.x
34-
uses: actions/setup-dotnet@v1
35-
with:
36-
dotnet-version: '6.0.x'
37-
3833
- name: ⚙️ Set up JDK 11
3934
uses: actions/setup-java@v1
4035
with:
@@ -68,6 +63,11 @@ jobs:
6863
- name: 🧪 Run unit tests
6964
run: dotnet test -c Release --no-build --collect "Code coverage"
7065

66+
- name: ⚙️ Setup dotnet 6.0.x
67+
uses: actions/setup-dotnet@v1
68+
with:
69+
dotnet-version: '6.0.x'
70+
7171
- name: Convert Code Coverage
7272
continue-on-error: true
7373
run: |

0 commit comments

Comments
 (0)