Skip to content

Commit 0d99045

Browse files
committed
test: simplify Android workflow steps
1 parent 2142ab4 commit 0d99045

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/test-android.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ permissions:
6767
jobs:
6868
build-android:
6969
if: github.event.pull_request.draft == false
70-
name: Android arm64
70+
name: Build Android
7171
runs-on: macos-26
7272
steps:
7373
- uses: actions/checkout@v6
@@ -91,14 +91,12 @@ jobs:
9191
"platforms;android-${ANDROID_API_LEVEL}" \
9292
"ndk;${ANDROID_NDK_VERSION}"
9393
echo "ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/${ANDROID_NDK_VERSION}" >> "$GITHUB_ENV"
94-
- name: Environment Information
95-
run: npx envinfo
96-
- name: Configure Android arm64
94+
- name: Configure
9795
run: ./android-configure "$ANDROID_NDK_HOME" "$ANDROID_API_LEVEL" arm64
9896
working-directory: node
99-
- name: Build Android arm64
97+
- name: Build
10098
run: make -j
10199
working-directory: node
102-
- name: Verify Android binary
100+
- name: Verify
103101
run: file out/Release/node
104102
working-directory: node

0 commit comments

Comments
 (0)