Skip to content

Commit

Permalink
Исправляет CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Nov 19, 2024
1 parent 99b0767 commit 3af208a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Test
run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net7.0
run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net8.0

- name: Send Telegram notification
uses: appleboy/telegram-action@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Test
run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net7.0
run: dotnet test VkNet.Tests/VkNet.Tests.csproj -c Release -f net8.0

- uses: bbonkr/get-version-action@v1
id: get_version
Expand Down

0 comments on commit 3af208a

Please sign in to comment.