Skip to content

Commit 20ac3f8

Browse files
author
angu
committed
Move macOS test into separate job in workflow
1 parent 5ba131f commit 20ac3f8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/continous_integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
branches: [ "main" ]
1111

1212
jobs:
13+
test-mac-os:
14+
runs-on: macos-latest
15+
steps:
16+
- uses: actions/checkout@v3
17+
- run: xcodebuild test -scheme SwiftAsyncAssert -destination "platform=macOS"
1318
build:
1419

1520
runs-on: macos-latest

0 commit comments

Comments
 (0)