Skip to content

Commit

Permalink
Update CodeQL file
Browse files Browse the repository at this point in the history
  • Loading branch information
aashna-narula-cko committed Feb 20, 2024
1 parent aaa5db7 commit 2c5f762
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,16 @@ jobs:
run: |
xcodebuild -scheme FramesTests -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest" test
- name: Build iOS Example Frame SPM
run: |
cd iOS\ Example\ Frame\ SPM
xcodebuild build -scheme iOS\ Example\ Frame -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest"
- name: Build UITest
run: |
cd iOS\ Example\ Frame\ SPM
xcodebuild -scheme UITest -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest"
# Perform analysis on the code
- name: Analyze code with CodeQL
uses: github/codeql-action/analyze@v2
with:
database: ${{ github.workspace }}

0 comments on commit 2c5f762

Please sign in to comment.