Skip to content

chore: remove license-checker in favour of Snyk (#84) #298

chore: remove license-checker in favour of Snyk (#84)

chore: remove license-checker in favour of Snyk (#84) #298

Workflow file for this run

name: ci-obj-c
on:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
group: ${{ github.head_ref }}

Check failure on line 12 in .github/workflows/ci-obj-c.yml

View workflow run for this annotation

GitHub Actions / ci-obj-c

Invalid workflow file

The workflow is not valid. .github/workflows/ci-obj-c.yml (Line: 12, Col: 10): Unexpected value ''
cancel-in-progress: true
jobs:
build_test:
name: Build & Test Objective-C Wrapper
if: false
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build binary for IOS
run: yarn build:ios
- name: Update binary for wrapper
run: yarn wrapper:obj-c:update-binary
- name: Build and test wrapper
run: yarn wrapper:obj-c:build
env:
DEVELOPER_DIR: /Applications/Xcode_11.7.app/Contents/Developer