Skip to content

Commit

Permalink
Move macOS test into separate job in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
angu committed Aug 25, 2023
1 parent 5ba131f commit 20ac3f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
branches: [ "main" ]

jobs:
test-mac-os:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: xcodebuild test -scheme SwiftAsyncAssert -destination "platform=macOS"
build:

runs-on: macos-latest
Expand Down

0 comments on commit 20ac3f8

Please sign in to comment.