Skip to content

Commit f1aff3c

Browse files
check for yalc success
1 parent 45abc3e commit f1aff3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
cd integration
3838
npx yalc add fetch-loading
3939
npm i
40-
cat package.json | grep fetch-loading
41-
ls node_modules | grep fetch-loading
40+
cat package.json | grep fetch-loading || exit 1
4241
4342
- name: Override App.jsx
4443
run: |

0 commit comments

Comments
 (0)