diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 915f624..35d8786 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,10 +33,10 @@ jobs: run: npm ci - name: Echo chrome path run: | - echo "$CHROMIUM_BIN" + echo "$CHROME_BIN" env: - CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}} + CHROME_BIN: ${{steps.setup-chrome.outputs.chrome-path}} - name: Run tests run: npm run ci env: - CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}} + CHROME_BIN: ${{steps.setup-chrome.outputs.chrome-path}} diff --git a/package.json b/package.json index 2786e02..ac49b65 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "ng build -c production", "watch": "ng build --watch --configuration development", "test": "ng test", - "ci": "ng test --no-watch --no-progress --browsers=ChromiumHeadless" + "ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCustom" }, "private": true, "dependencies": {