We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806be0e commit a39b88aCopy full SHA for a39b88a
.github/workflows/build.yml
@@ -33,6 +33,6 @@ jobs:
33
docker run --rm --name rn-env react-native-community/react-native /bin/sh -c "npx envinfo"
34
- name: Checkout React Native
35
run: git clone https://github.com/facebook/react-native.git
36
- - name: Build React Native
+ - name: Run Fantom tests
37
run: |
38
docker run --rm --ulimit nofile=10240 -v "$(pwd)/scripts/":/scripts -v "$(pwd)/react-native/":/react-native -w /react-native react-native-community/react-native /bin/sh -c "/scripts/test-react-native-fantom.sh"
0 commit comments