We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1332181 commit 7e9914dCopy full SHA for 7e9914d
.github/workflows/ci.yml
@@ -24,4 +24,6 @@ jobs:
24
dotnet-version: 2.x
25
26
- name: Build and test
27
- run: dotnet test
+ run: |
28
+ dotnet workload list
29
+ dotnet test
0 commit comments