В yaml-файле поправлена dotnet-version, теперь она 9.0.x
Some checks failed
Unit tests / test (push) Failing after 1m1s

This commit is contained in:
Olga Nemt 2024-12-24 11:50:54 +05:00
parent 76e9f56107
commit 441f48b4c6

View File

@ -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