Skip to content

Commit 87ccfb3

Browse files
throw error on falsy build
1 parent b4e7fca commit 87ccfb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
export default App
5151
EOF
5252
53+
- name: Build Integration Project
54+
run: |
55+
cd integration
56+
npm run build || exit 1
57+
5358
- name: Start React App
5459
run: |
5560
cd integration

0 commit comments

Comments
 (0)