Skip to content

Commit

Permalink
Enable V8 nightly CI (#6533)
Browse files Browse the repository at this point in the history
## Summary

Now V8 supports react native 0.75 so we can turn on our CI 🎉 

## Test plan

Check CI ✅
piaskowyk authored Sep 23, 2024
1 parent d74fcba commit c130153
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/V8-reanimated-build-check-nightly.yml
Original file line number Diff line number Diff line change
@@ -2,13 +2,12 @@ name: V8 Reanimated build check [Nightly]
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: 0
on:
# Disabled until V8 gets support for RN 0.74
# pull_request:
# paths:
# - .github/workflows/build-v8-nightly.yml
# - .github/workflows/helper/configureV8.js
# schedule:
# - cron: '37 19 * * *'
pull_request:
paths:
- .github/workflows/V8-reanimated-build-check-nightly.yml
- .github/workflows/helper/configureV8.js
schedule:
- cron: '37 19 * * *'
workflow_dispatch:

jobs:

0 comments on commit c130153

Please sign in to comment.