Skip to content

Commit

Permalink
Update PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Panuchi authored Jul 30, 2023
1 parent 40ee7a6 commit c21b7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 7.x

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

0 comments on commit c21b7c4

Please sign in to comment.