Skip to content

Jpcfm 5534 pppc utility app freezes when apple utility is selected and user tries to cancel out of upload flow #9

Jpcfm 5534 pppc utility app freezes when apple utility is selected and user tries to cancel out of upload flow

Jpcfm 5534 pppc utility app freezes when apple utility is selected and user tries to cancel out of upload flow #9

Workflow file for this run

name: Unit Tests
on:
pull_request:
paths:
- '.github/workflows/tests.yml'
- '**/*.swift'
permissions:
contents: read
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: |
xcodebuild test \
-project "PPPC Utility.xcodeproj" \
-scheme "PPPC Utility" \
-destination "platform=macOS" \
CODE_SIGN_IDENTITY="-" \
CODE_SIGNING_REQUIRED=NO