Skip to content

Commit

Permalink
Add macOS runner for PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Aug 31, 2022
1 parent 389629c commit 0b40bc9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,16 @@ jobs:

- name: Test
run: dotnet test --configuration Release --logger GitHubActions

macos:
runs-on: macos-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1

steps:
- name: Checkout source code
uses: actions/checkout@v2

- name: Test
run: dotnet test --configuration Release --logger GitHubActions

0 comments on commit 0b40bc9

Please sign in to comment.