Skip to content

disable update styling for new button configuration (#7) #12

disable update styling for new button configuration (#7)

disable update styling for new button configuration (#7) #12

Workflow file for this run

name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Run unit tests
runs-on: macOS-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run tests
run: xcodebuild test -destination "name=iPhone 11" -scheme SimpleButtonTests