Skip to content

Commit

Permalink
Try to cap build android to get plugins in place
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelLH committed Apr 17, 2024
1 parent 3442024 commit 267dbce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand All @@ -35,6 +40,12 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

- name: Globally install Ionic and Capacitor
run: npm install -g @ionic/cli @capacitor/cli

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 267dbce

Please sign in to comment.