Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 27, 2024
1 parent 9dee9c1 commit 75a4dcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ jobs:
# By default we only build ARM64 to save time/resources. For release/nightlies/prealpha, we override this value to build all archs.
ORG_GRADLE_PROJECT_reactNativeArchitectures: "arm64-v8a"
HERMES_WS_DIR: /home/runner/work/hermes
ANDROID_NDK: /usr/local/lib/android/sdk/ndk/26.1.10909125
steps:
- uses: actions/[email protected]
- name: Setup dependencies
Expand All @@ -554,11 +555,11 @@ jobs:
api-level: 29
script: cd android && ./gradlew :intltest:prepareTests && ./gradlew -Pabis=x86 :intltest:connectedAndroidTest
- name: Store test log
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: tests
path: |
/home/runner/work/hermes/build_android/intltest/reports/androidTests/connected
path: /home/runner/work/hermes/build_android/intltest/reports/androidTests/connected
test-macos-test262:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 75a4dcc

Please sign in to comment.