Skip to content

Commit a6ce2ae

Browse files
attempt to recreate a bug in build
1 parent 45992f6 commit a6ce2ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434

3535
- name: Build
3636
run: npm run build
37-
env:
38-
# required for browser output-integration tests
39-
PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome
37+
# env:
38+
# # required for browser output-integration tests
39+
# PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome
4040

4141
- name: Save Build folders
4242
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)