From 2e42f65d885b48232f656583193d93d0670a5825 Mon Sep 17 00:00:00 2001 From: Jan Szumotalski Date: Thu, 19 Jun 2025 10:18:20 +0200 Subject: [PATCH] actions: add chrome path --- .gitea/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 44defee..2b6a5ce 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -19,9 +19,12 @@ jobs: cache-dependency-path: package-lock.json - name: Setup Chrome uses: browser-actions/setup-chrome@v1.7.3 + id: setup-chrome with: install-dependencies: true - name: Install node dependencies run: npm ci - name: Run tests run: npm run ci + environment: + CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}