Skip to content

Commit

Permalink
Don't try to open Android Studio after cap build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelLH committed Apr 17, 2024
1 parent 2cf6b88 commit ac47fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm install

- name: Ionic build android
run: ionic cap build android
run: ionic cap build android --no-open

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit ac47fce

Please sign in to comment.