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 24, 2024
1 parent 62c949d commit b53d86d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,13 @@ jobs:
uses: ReactiveCircus/[email protected]
with:
api-level: 29
script: cd android && ./gradlew :intltest:prepareTests && ./gradlew -Pabis=x86 :intltest:connectedAndroidTest; cat /home/runner/work/hermes/build_android/intltest/reports/androidTests/connected/index.html
script: cd android && ./gradlew :intltest:prepareTests && ./gradlew -Pabis=x86 :intltest:connectedAndroidTest
- name: Store test log
uses: actions/upload-artifact@v4
with:
name: tests
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 b53d86d

Please sign in to comment.