fix(ios): Fixed an issue where the redbox cannot be used #4311
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: '[front-end] build tests' | |
on: | |
pull_request: | |
branches: | |
- main | |
- master | |
- v3.0-dev | |
- v3.0 | |
paths-ignore: | |
- 'driver/js/packages/**' | |
- 'package*.json' | |
- 'driver/js/examples/hippy-*-demo/**' | |
- 'driver/js/lib/**' | |
- 'driver/js/scripts/**' | |
jobs: | |
frontend_build_tests: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node: [ 16.x, 17.x ] | |
steps: | |
- name: Build Test Bypass | |
run: | | |
echo "No build test required" |