From fa126e02de6b1d427fb6e2a680e0c60825ef0593 Mon Sep 17 00:00:00 2001 From: Jan Szumotalski Date: Thu, 19 Jun 2025 10:55:03 +0200 Subject: [PATCH] actions: correct browser --- .gitea/workflows/test.yaml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {