This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Add various UIKit extensions from Gizmo #68
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
pull_request: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
test: | |
name: Testing Pod | |
runs-on: macos-11 | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v1 | |
- name: Force XCode 13.2.1 | |
run: sudo xcode-select -switch /Applications/Xcode_13.2.1.app | |
- name: Testing Pod Library | |
run: bash ./.github/scripts/test_lib.sh |