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 e711801 commit 97743d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ jobs:
uses: ReactiveCircus/[email protected]
with:
api-level: 29
script: cd android && ./gradlew :intltest:prepareTests && ./gradlew -Pabis=x86 :intltest:connectedAndroidTest
script: cd android && ./gradlew :intltest:prepareTests && ./gradlew -Pabis=x86 :intltest:connectedAndroidTest; cat /home/runner/work/hermes/build_android/intltest/reports/androidTests/connected/index.html
test-macos-test262:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 97743d3

Please sign in to comment.