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 1401ba8 commit b793598
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: windows-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -25,4 +25,5 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal continue-on-error: true
run: dotnet test --no-build --verbosity normal
continue-on-error: true

0 comments on commit b793598

Please sign in to comment.