Skip to content

Commit

Permalink
Build: setup .NET 9 for unit test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Nov 13, 2024
1 parent 566a65b commit 0efc43c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/NewsReader.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
- name: 🔖 Check-out
uses: actions/checkout@v4

- name: ⚙️ Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'

- name: 🕵️ Test - Domain.Test
run: |
cd src/NewsReader/NewsReader.Domain.Test
Expand Down

0 comments on commit 0efc43c

Please sign in to comment.