Skip to content

chore: Adding actions to update labels (#32) #25

chore: Adding actions to update labels (#32)

chore: Adding actions to update labels (#32) #25

Workflow file for this run

name: Unit Test | AmplifyMapLibreAdaptor
on:
workflow_dispatch:
push:
permissions:
contents: read
jobs:
xcodebuild_and_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
with:
persist-credentials: false
- name: Build and test
run: xcodebuild test -scheme "AmplifyMapLibreAdapter-Package" -destination "platform=iOS Simulator,name=iPhone 15 Pro" | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}