Skip to content

Commit

Permalink
Add SPM test job and reformat workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jan 27, 2024
1 parent 745eefd commit d51c7ab
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ jobs:
spm:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test

cocoapods:
strategy:
matrix:
podspec: [PromisesObjC.podspec, PromisesSwift.podspec]
platform: [ios, tvos, macos, watchos]
runs-on: macOS-latest
steps:
strategy:
matrix:
podspec: [PromisesObjC.podspec, PromisesSwift.podspec]
platform: [ios, tvos, macos, watchos]
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
Expand Down

0 comments on commit d51c7ab

Please sign in to comment.