Skip to content

Commit a39b88a

Browse files
committed
Clarify step name for fantom
1 parent 806be0e commit a39b88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
docker run --rm --name rn-env react-native-community/react-native /bin/sh -c "npx envinfo"
3434
- name: Checkout React Native
3535
run: git clone https://github.com/facebook/react-native.git
36-
- name: Build React Native
36+
- name: Run Fantom tests
3737
run: |
3838
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

Comments
 (0)