Skip to content

Commit

Permalink
Merge branch 'feature/chapter_2_upgrade_dotnet' of https://github.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Nov 18, 2024
2 parents e2b1b1a + 7c5fa7f commit a353f0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chapter-2-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -43,8 +43,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Test
run: dotnet test
run: dotnet test

0 comments on commit a353f0a

Please sign in to comment.