Skip to content

[DEV-12345] DO NOT MERGE - TESTING #5

[DEV-12345] DO NOT MERGE - TESTING

[DEV-12345] DO NOT MERGE - TESTING #5

name: CI
on:
pull_request:
types: [opened, edited, reopened, synchronize]
env:
GH_TOKEN: ${{ secrets.GIT_TOKEN_SECRET }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
PR_NUMBER: ${{ github.event.number }}
workflow_dispatch:
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
ls -la
xcodebuild -workspace Example/TrustlySDK.xcworkspace -scheme TrustlySDK-Example -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' test