Skip to content

Commit

Permalink
Added debug flag to shell tests (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen authored Jan 30, 2025
1 parent f1ca164 commit a6fbd62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/shell-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ permissions:
id-token: write
contents: read

env:
NODE_OPTIONS: --max_old_space_size=8192
DEBUG: pw:browser*

# run only one of these at a time
concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit a6fbd62

Please sign in to comment.