Skip to content

Start using 'new' subscribe_entities API instead of legacy state change #217

Start using 'new' subscribe_entities API instead of legacy state change

Start using 'new' subscribe_entities API instead of legacy state change #217

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
HOMEBREW_NO_INSTALL_CLEANUP: TRUE
jobs:
lint:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: brew bundle
- name: "Run Linting"
run: make lint
test:
runs-on: macos-14
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: brew bundle
- name: Run Tests
run: make test
- name: Swift Coverage Report
uses: maxep/[email protected]
with:
output-file: ./info.lcov
- uses: bgoncal/[email protected]
name: Upload Code Coverage
with:
file: ./info.lcov