Skip to content

CI: commenting out codeQl for now as it doesn't work correctly on mac… #46

CI: commenting out codeQl for now as it doesn't work correctly on mac…

CI: commenting out codeQl for now as it doesn't work correctly on mac… #46

Workflow file for this run

#name: CodeQl
#on:
# push:
# branches:
# - develop
# pull_request:
# branches:
# - develop
#
#jobs:
# deploy:
# name: Running unit tests
# runs-on: macos-15
# steps:
# - name: Select Xcode version
# run: sudo xcode-select -s '/Applications/Xcode_16.app/Contents/Developer'
#
# - name: Checkout repository
# uses: actions/checkout@v4.1.1
#
# - name: Get current date
# run: echo "NOW=$(date +'%Y-%m-%dT%H-%M-%S')" >> $GITHUB_ENV
#
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v3
# with:
# languages: "swift"
#
# - name: Test
# run: xcodebuild -scheme KukaiCoreSwift -destination "platform=iOS Simulator,OS=18.0,name=iPhone 16" -resultBundlePath "~/xcode-$NOW.xcresult"
#
# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v3
# with:
# category: "/language:swift"