Skip to content

Commit 47807b4

Browse files
committed
Add explicit reference to global.json file
1 parent afa3f1b commit 47807b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/formatting-and-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949

5050
- name: Set up Dotnet
5151
uses: actions/setup-dotnet@v4
52+
with:
53+
global-json-file: global.json
5254

5355
- name: Run Tests
5456
run: dotnet test

0 commit comments

Comments
 (0)