Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Jun 3, 2024
1 parent 08f769b commit a7d7688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and test
on:
pull_request:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
jobs:
Expand All @@ -14,4 +15,4 @@ jobs:
dotnet-version: '8.0.x'
- run: dotnet --info
- name: Build solution and run all tests
run: dotnet test --verbosity normal
run: dotnet test --verbosity normal

0 comments on commit a7d7688

Please sign in to comment.