Skip to content

Commit

Permalink
Merge pull request #19 from Squarespace/avyazovoy/ci-improvements
Browse files Browse the repository at this point in the history
CI improvements
  • Loading branch information
Vyazovoy committed Feb 7, 2024
2 parents 1047dd3 + 985c0a1 commit 0254e1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,10 @@ on:
jobs:
run_pod_tests:
name: Run pod tests
runs-on: macos-latest
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -34,14 +37,11 @@ jobs:
- name: Upload test artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test_artifacts
path: ${{ steps.define_validation_dir.outputs.path }}

- name: Install xcbeautify
run: brew install xcbeautify

- name: Run SPM unit tests
run: |
xcodebuild test \
Expand Down

0 comments on commit 0254e1e

Please sign in to comment.