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