Skip to content

Commit

Permalink
using build instead of test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloundoye committed Aug 28, 2024
1 parent 523a099 commit cf36aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
- name: Update Gradle Wrapper
run: ./gradlew wrapper --gradle-version 7.6

- name: Test
- name: Build
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
run: ./gradlew --daemon --parallel test
run: ./gradlew --daemon --parallel build

publish:
needs: [ js-bootstrap, js-library, java ]
Expand Down

0 comments on commit cf36aa0

Please sign in to comment.