GitHub action: continue on linter errors
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 18:47:49 +0000 (20:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 18:47:49 +0000 (20:47 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index dce72d579ace69d5370e2c13ee06bdd5d667b58d..6a98db2ad4beaec08dde94d1b47148badad7c634 100644 (file)
@@ -27,6 +27,7 @@ jobs:
       run: npm run build
     - name: npm run lint
       run: npm run lint
+      continue-on-error: true
     - name: npm test
       run: npm test
     - name: npm run coverage