Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Stored shortcuts

Stored shortcuts #64

Workflow file for this run

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