Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Jan 24, 2025
1 parent b462ccd commit a2f5ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
types: [opened, synchronize, reopened]

jobs:
select-xcode:
uses: ./.github/workflows/select-xcode.yml

build:
uses: ./.github/workflows/select-xcode.yml
needs: select-xcode
env:
sonarToken: ${{ secrets.SONAR_TOKEN }}
destination: "name=iPhone 16 Pro,OS=18.1"
Expand Down

0 comments on commit a2f5ed4

Please sign in to comment.