Skip to content

Commit f189658

Browse files
authored
Update codeql.yml
1 parent fcb19cd commit f189658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- if: matrix.build-mode == 'manual'
8282
shell: bash
8383
run: |
84-
xcodebuild clean test build -project "Notification Agent.xcodeproj" -scheme "IBM Notifier" -destination 'platform=macOS' | xcpretty
84+
xcodebuild clean build -project "Notification Agent.xcodeproj" -scheme "IBM Notifier" -destination 'platform=macOS' | xcpretty
8585
8686
- name: Perform CodeQL Analysis
8787
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)