We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa3f1b commit 47807b4Copy full SHA for 47807b4
.github/workflows/formatting-and-tests.yml
@@ -49,6 +49,8 @@ jobs:
49
50
- name: Set up Dotnet
51
uses: actions/setup-dotnet@v4
52
+ with:
53
+ global-json-file: global.json
54
55
- name: Run Tests
56
run: dotnet test
0 commit comments