Skip to content

Commit

Permalink
add test job
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsauber committed Nov 18, 2024
1 parent 06b7fcd commit af1e25b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit af1e25b

Please sign in to comment.