Skip to content

Commit

Permalink
update android workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Oct 23, 2024
1 parent b82bd61 commit de164b7
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,9 @@ jobs:
java-version: 17
java-package: jdk

- name: Install node_modules at Root
uses: ./.github/actions/setup-node
with:
working-directory: ./

- name: Build Library
run: yarn build

- name: Install node_modules at Example
uses: ./.github/actions/setup-node
with:
working-directory: examples/bare
- uses: oven-sh/setup-bun@v2
- name: Install npm dependencies (with bun)
run: bun install

- name: Restore Gradle cache
uses: actions/cache@v3
Expand All @@ -70,18 +61,9 @@ jobs:
java-version: 17
java-package: jdk

- name: Install node_modules at Root
uses: ./.github/actions/setup-node
with:
working-directory: ./

- name: Build Library
run: yarn build

- name: Install node_modules at Example
uses: ./.github/actions/setup-node
with:
working-directory: examples/bare
- uses: oven-sh/setup-bun@v2
- name: Install npm dependencies (with bun)
run: bun install

- name: Restore Gradle cache
uses: actions/cache@v3
Expand Down

0 comments on commit de164b7

Please sign in to comment.