Skip to content

Commit f17accf

Browse files
update github action
1 parent 685eca5 commit f17accf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/upgrade.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616

1717
- name: Setup Tools
1818
uses: ./.github/actions/setup-tools
19-
with:
20-
skip-install-on-cache-hit: 'false'
2119

2220
- name: Verify Java version
2321
run: java -version
@@ -28,4 +26,8 @@ jobs:
2826

2927
- name: Run Capacitor Plugin Migration
3028
working-directory: plugin
31-
run: npx @capacitor/plugin-migration-v6-to-v7@latest
29+
run: npx @capacitor/plugin-migration-v6-to-v7@latest
30+
31+
- name: Build Android
32+
working-directory: plugin/android
33+
run: ./gradlew clean build

0 commit comments

Comments
 (0)