Skip to content

Commit 45992f6

Browse files
fix(ci): release browser integration tests
1 parent f8d1bbd commit 45992f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ jobs:
7070
- name: Run semantic release
7171
run: npm run semantic-release
7272
env:
73-
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
73+
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
74+
# required for browser output-integration tests
75+
PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome

0 commit comments

Comments
 (0)