Skip to content

Commit

Permalink
add dotnet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsauber committed Nov 18, 2024
1 parent 88cccdc commit 778aea1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x

- name: Run dotnet test
run: |
dotnet test -c Release
Expand Down

0 comments on commit 778aea1

Please sign in to comment.