Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin committed Jun 28, 2024
1 parent 53d5ebf commit 1d4da34
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/unittestall.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
name: CI

on: [push]
on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened]

jobs:
test:
runs-on: macOS-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,name=iPhone 14,OS=16.2']
destination: ['platform=iOS Simulator,name=iPhone 15,OS=17.2']
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1.4.0
- uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: latest-stable
- name: Setup environment
uses: ruby/setup-ruby@v1.84.0
uses: ruby/setup-ruby@v1.182.0
with:
ruby-version: '3.0.1'
ruby-version: '3.0.7'
bundler-cache: true
- name: Test StylableSwiftUI
shell: bash
Expand Down

0 comments on commit 1d4da34

Please sign in to comment.