ci: fail build if asset bundling fails (#27820)

This commit is contained in:
Ankush Menat 2021-10-05 21:44:34 +05:30 committed by GitHub
parent 91bf40d692
commit 35e30bdcaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,8 @@ jobs:
- name: Build Assets
run: cd ~/frappe-bench/ && bench build
env:
CI: Yes
- name: UI Tests
run: cd ~/frappe-bench/ && bench --site test_site run-ui-tests erpnext --headless