You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by jf...@apache.org on 2021/09/20 14:48:57 UTC

[iotdb-web-workbench] branch test-merged updated: Revert "Allow css to fail (#3)"

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch test-merged
in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git


The following commit(s) were added to refs/heads/test-merged by this push:
     new c1cddfb  Revert "Allow css to fail (#3)"
c1cddfb is described below

commit c1cddfbd63def705c9b9e89ca406a503d7416088
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Mon Sep 20 16:48:46 2021 +0200

    Revert "Allow css to fail (#3)"
    
    This reverts commit abf021a8
---
 .github/workflows/frontend.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index ffd2581..58a3b31 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -30,7 +30,6 @@ jobs:
       - name: lint
         run: cd frontend && npm run lint
       - name: lint-css
-        continue-on-error: true
         run: cd frontend && npm run lint-css
     
   test: