Skip to content

Commit

Permalink
Create test-SPM-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphacius committed Oct 6, 2022
1 parent 061b860 commit 3c6d749
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/test-SPM-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Test Swift Package Manager Integration

on:
pull_request:
types: [opened, synchronize, reopened]

push:
branches:
- main
- develop

jobs:

SPM:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
with:
token: ${{ secrets.MANUAL_ACTION_TOKEN }}

- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Resolve dependencies
run: |
brew update
brew install xcodegen
- name: Test Swift Package Manager Integration
run: |
Scripts/test-SPM-integration.sh

0 comments on commit 3c6d749

Please sign in to comment.