Skip to content

Commit 1c9d434

Browse files
committed
try to fix legacy tests
1 parent 1f2a2ee commit 1c9d434

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/legacy-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23+
24+
- name: Set up .NET from global.json
25+
uses: actions/setup-dotnet@v4
26+
with:
27+
global-json-file: global.json
2328

2429
- name: Load .env file
2530
uses: xom9ikk/[email protected]

0 commit comments

Comments
 (0)