diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 96a0549..85afc09 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,4 +41,6 @@ jobs: run: pnpm run build - name: Run Tests - run: pnpm run test \ No newline at end of file + run: pnpm run test + env: + CHROME_BIN: /usr/bin/google-chrome \ No newline at end of file