Revert "CI: continue on build error"
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 21:28:10 +0000 (23:28 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 21:28:10 +0000 (23:28 +0200)
This reverts commit 1fb3ca45c10989435b9f020bb6463c36d4bb89e0.

.github/workflows/ci.yml

index 1e8ceef00befb1f81c50db0e7549c540fbab1e69..401dbfa8ed6d3a32f827db4707da24fe65e7c667 100644 (file)
@@ -26,7 +26,6 @@ jobs:
       continue-on-error: true
     - name: npm run build
       run: npm run build
-      continue-on-error: true
     - name: npm test
       run: npm test
     - name: npm run coverage