Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed May 4, 2024
1 parent 4a95c82 commit 66c0fcd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: dotnet --info
- uses: actions/checkout@v4
- name: Restore workloads
run: dotnet workload restore
run: dotnet workload install ios tvos maccatalyst
- 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 @@ -54,7 +54,7 @@ jobs:
- run: dotnet --info
- uses: actions/checkout@v4
- name: Restore workloads
run: dotnet workload restore
run: dotnet workload install ios tvos maccatalyst
- 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 @@ -98,8 +98,6 @@ 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 @@ -121,8 +119,6 @@ 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 66c0fcd

Please sign in to comment.