Skip to content

Commit f086290

Browse files
authored
fix path.
1 parent ac074d9 commit f086290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
Configuration: ${{ matrix.configuration }}
3737

3838
- name: Run language tests
39-
working-directory: VirtualMachine/Tests/EVIL.Ceres.LanguageTests/bin/${{ matrix.configuration }}/net7.0
39+
working-directory: VirtualMachine/Tests/EVIL.Ceres.LanguageTests/bin/${{ matrix.configuration }}/net9.0
4040
run: ./LanguageTestRunner tests --fail-on-compiler-errors --fail-on-test-errors
4141

4242
- name: Create NuGet packages

0 commit comments

Comments
 (0)