Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

deprecation notice

deprecation notice #15

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build and Run Tests
uses: sersoft-gmbh/xcodebuild-action@v1.3
with:
workspace: ComposableOpenURL.xcworkspace
scheme: ComposableOpenURL
destination: "platform=iOS Simulator,OS=15.2,name=iPhone 12"
action: test