Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWandererProductions authored Jan 27, 2025
1 parent 5ae37a0 commit 00d19cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:

runs-on: windows-latest

steps:
Expand All @@ -26,6 +25,5 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
continue-on-error: true
- name: Complete Job
- name: Exit Workflow
run: exit 0

0 comments on commit 00d19cb

Please sign in to comment.