В yaml-файле поправлена dotnet-version, теперь она 9.0.x
Some checks failed
Unit tests / test (push) Failing after 1m1s
Some checks failed
Unit tests / test (push) Failing after 1m1s
This commit is contained in:
parent
76e9f56107
commit
441f48b4c6
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
dotnet-version: 9.0.x
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run integration tests
|
||||
|
Loading…
Reference in New Issue
Block a user