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

Bump activesupport from 6.1.6 to 6.1.7.6 #35

Bump activesupport from 6.1.6 to 6.1.7.6

Bump activesupport from 6.1.6 to 6.1.7.6 #35

name: Pull Request Workflow
on: [pull_request]
jobs:
run-tests:
runs-on: macOS-latest
timeout-minutes: 15
steps:
- name: Cancel previous jobs
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ github.token }}
- name: Git checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Setup ruby and bundler dependencies
uses: ruby/setup-ruby@v1.81.0
with:
bundler-cache: true
- name: Build for testing
run: |
xcodebuild build-for-testing \
-scheme Shock \
-destination "platform=iOS Simulator,OS=15.2,name=iPhone 13"
- name: Test without building
run: |
xcodebuild test-without-building \
-scheme Shock \
-destination "platform=iOS Simulator,OS=15.2,name=iPhone 13"
- name: Validate pod
run: |
set -eo pipefail
export LIB_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
bundle exec pod lib lint --allow-warnings