Skip to content

Commit

Permalink
- test custom CodeQL build setup to fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Sep 25, 2023
1 parent f788299 commit 89b4df8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 79 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/codeql.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
scheme: KukaiCoreSwift
code-coverage: true
upload-logs: always

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:swift"

#- name: Test
# run: xcodebuild -scheme KukaiCoreSwift test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12' -enableCodeCoverage YES -resultBundlePath "../../xcode-$GITHUB_RUN_ID.xcresult"
Expand Down

0 comments on commit 89b4df8

Please sign in to comment.