From 40818f810c8d7957c1b31db2e6c67af28dd6aab9 Mon Sep 17 00:00:00 2001 From: "Kai J." Date: Fri, 28 Jun 2024 14:53:00 +0200 Subject: [PATCH] revert --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6938c1cc7bd..a67813b0d63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: node_modules/.bin/ng build -c "openems,openems-edge-prod,prod" node_modules/.bin/ng lint export CHROME_BIN=/usr/bin/google-chrome-stable - npm run test -- --code-coverage --no-watch --no-progress --browsers=ChromeHeadlessCI + npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4