Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 26, 2024
1 parent a94bf87 commit 31afb7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: "supportingami/programming-club-builder"
ref: main
ref: feat/android-build-workflows

- name: Checkout app repo code
uses: actions/checkout@v4
Expand All @@ -30,6 +30,10 @@ jobs:
node-version: 20.x
cache: npm

# Install required 3rd-party dependencies. Use 'ci' command to ensure install consistent
- name: Install dependencies
run: npm ci

# TODO - generate assets
# TODO - allow capacitor overrides
- name: Add android platform
Expand Down

0 comments on commit 31afb7b

Please sign in to comment.