From 45992f6e9500bc308ed1797aef0e9965ff194566 Mon Sep 17 00:00:00 2001 From: Ethan Ozelius Date: Fri, 14 Nov 2025 10:42:58 -0700 Subject: [PATCH] fix(ci): release browser integration tests --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 459e5c231..937d6252e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,4 +70,6 @@ jobs: - name: Run semantic release run: npm run semantic-release env: - GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }} + # required for browser output-integration tests + PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome \ No newline at end of file