Skip to content

Refactor MRZScanner & Example app #12

Refactor MRZScanner & Example app

Refactor MRZScanner & Example app #12

Workflow file for this run

name: Build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Skip macro validation
run: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
- name: Run tests
run: swift test --enable-code-coverage -skipMacroValidation