Skip to content

Allow failure to create GitHub release. #248

Allow failure to create GitHub release.

Allow failure to create GitHub release. #248

Workflow file for this run

name: CI
on:
push:
branches:
- ci
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: xcodebuild test
run: xcodebuild -workspace Awful.xcworkspace -scheme Awful -configuration Debug -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" test