Skip to content

Commit

Permalink
Restore workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed May 4, 2024
1 parent 1da503d commit 4a95c82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
8.0.x
- run: dotnet --info
- uses: actions/checkout@v4
- name: Restore workloads
run: dotnet workload restore
- name: Test (.NET 8.0/Debug)
run: dotnet test tests -f net8.0 -c Debug
- name: Test (.NET 8.0/Release)
Expand Down Expand Up @@ -51,6 +53,8 @@ jobs:
8.0.x
- run: dotnet --info
- uses: actions/checkout@v4
- name: Restore workloads
run: dotnet workload restore
- name: Test (.NET 8.0/Debug)
run: dotnet test tests -f net8.0 -c Debug
- name: Test (.NET 8.0/Release)
Expand Down Expand Up @@ -94,6 +98,8 @@ jobs:
8.0.x
- run: dotnet --info
- uses: actions/checkout@v4
- name: Restore workloads
run: dotnet workload restore
- name: Test (.NET 8.0/Debug)
run: dotnet test tests -f net8.0 -c Debug
- name: Test (.NET 8.0/Release)
Expand All @@ -115,6 +121,8 @@ jobs:
steps:
- run: dotnet --info
- uses: actions/checkout@v4
- name: Restore workloads
run: dotnet workload restore
- name: Test (.NET 8.0/Debug)
run: dotnet test tests -f net8.0 -c Debug
- name: Test (.NET 8.0/Release)
Expand Down

0 comments on commit 4a95c82

Please sign in to comment.