Skip to content

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

[DEV-12345] DO NOT MERGE - TESTING

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

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 test -project TrustlySDK.xcodeproj -scheme TrustlySDK_Tests -destination 'platform=iOS Simulator,name=iPhone 13'