Skip to content

Commit 805e623

Browse files
authored
test: ...
1 parent d5343d0 commit 805e623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# so registry has to be hardcoded.
8282
container:
8383
image: ghcr.io/${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
84-
options: --user node2 -e CHROME_DISABLE_SANDBOX=1
84+
options: --user node2 -e CHROME_DISABLE_SANDBOX=1 -e DEBUG=true
8585

8686
steps:
8787
- name: Checkout

0 commit comments

Comments
 (0)