Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
siblount authored Oct 1, 2023
1 parent 73af530 commit b350824
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: .NET Test

on:
push:
branches: [ "main", "pending-main" ]
branches: [ "pending-main" ]
pull_request:
branches: [ "main", "pending-main" ]
branches: [ "pending-main" ]

jobs:
build:
Expand All @@ -20,7 +20,5 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore src/
- name: Test
run: dotnet test src/ --verbosity normal

0 comments on commit b350824

Please sign in to comment.