Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit bee42e2

Browse files
committed
update android ci
1 parent b9a3742 commit bee42e2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ jobs:
4848
- name: Build package
4949
run: yarn prepare
5050

51+
build-android-no-cache:
52+
runs-on: ubuntu-latest
53+
steps:
54+
- name: Checkout
55+
uses: actions/checkout@v3
56+
57+
- name: Setup
58+
uses: ./.github/actions/setup
59+
60+
- name: Build package
61+
run: yarn build:android
62+
5163
build-android:
5264
runs-on: ubuntu-latest
5365
env:

0 commit comments

Comments
 (0)