X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=401dbfa8ed6d3a32f827db4707da24fe65e7c667;hb=1a3d7d3d4f45282778f34d5c465f213e7f7ca0ad;hp=1e8ceef00befb1f81c50db0e7549c540fbab1e69;hpb=1fb3ca45c10989435b9f020bb6463c36d4bb89e0;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e8ceef0..401dbfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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