We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb19cd commit f189658Copy full SHA for f189658
.github/workflows/codeql.yml
@@ -81,7 +81,7 @@ jobs:
81
- if: matrix.build-mode == 'manual'
82
shell: bash
83
run: |
84
- xcodebuild clean test build -project "Notification Agent.xcodeproj" -scheme "IBM Notifier" -destination 'platform=macOS' | xcpretty
+ xcodebuild clean build -project "Notification Agent.xcodeproj" -scheme "IBM Notifier" -destination 'platform=macOS' | xcpretty
85
86
- name: Perform CodeQL Analysis
87
uses: github/codeql-action/analyze@v3
0 commit comments