Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold authored Nov 8, 2024
1 parent 4aed86a commit f70ca78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: macOS Build and Test
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build-and-test:
Expand All @@ -28,4 +28,4 @@ jobs:
run: dotnet build

- name: Run tests
run: dotnet test
run: dotnet test

0 comments on commit f70ca78

Please sign in to comment.