Skip to content

Commit

Permalink
Try to ignore ls errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed May 22, 2024
1 parent 73ad719 commit 420e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
npm install --no-save --force @fortawesome/fontawesome-svg-core@${{ matrix.fontawesome-svg-core }} react-native@${{ matrix.react-native }}
export REACT_VERSION=`cat node_modules/react-native/package.json|jq -r .peerDependencies.react`
npm install --no-save react@${REACT_VERSION} react-dom@${REACT_VERSION} react-test-renderer@${REACT_VERSION}
npm list react react-dom react-test-renderer react-native-svg
npm list --depth 0 react react-dom react-test-renderer react-native-svg || exit 0
npm run lint
npm test

0 comments on commit 420e77c

Please sign in to comment.