passepartout-apple/.github/workflows/test.yml

31 lines
624 B
YAML
Raw Normal View History

name: Unit Tests
on:
push:
branches-ignore:
- 'master' # temporary
- 'test/*'
paths-ignore:
- '.beta-*'
- 'Passepartout.xcodeproj/project.pbxproj'
- '**/Info.plist'
- '**/CHANGELOG.md'
- '**/release_notes.txt'
jobs:
run_tests:
name: Run tests
runs-on: macos-12
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Run tests
run: |
2022-06-25 18:21:49 +00:00
cd PassepartoutLibrary
swift test