commit | 35e30bdcaf592d190ae52d67525b344704c9ccd6 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@iwebnotes.com> | Tue Oct 05 21:44:34 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Oct 05 21:44:34 2021 +0530 |
tree | 05adaa729b357115f59bd0cc6a586a85a69323bc | |
parent | 91bf40d692c008bf645f72e8c2bf781d3e569942 [diff] |
ci: fail build if asset bundling fails (#27820)
diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 658892c..d765f04 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml
@@ -104,6 +104,8 @@ - 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