Skip to content

[deps]: Update gh minor #39

[deps]: Update gh minor

[deps]: Update gh minor #39

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
SIMULATOR_DESTINATION: platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2
jobs:
check-run:
name: Check PR run
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
test:
name: Test
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Test
run: |
set -o pipefail && \
xcodebuild test \
-scheme Passwordless \
-destination "${{ env.SIMULATOR_DESTINATION }}" \
-derivedDataPath build/DerivedData \
| xcbeautify --renderer github-actions