В 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
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 9.0.x
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
|
Loading…
Reference in New Issue
Block a user