Skip to content

Commit

Permalink
chore: add verbose logging to playwright actions
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored and gre committed Sep 28, 2023
1 parent d4702fb commit 9cc68b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
FORCE_COLOR: 3
CI_OS: "windows-latest"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
# DEBUG: "pw:browser*"
# DEBUG_LOGS: 1
DEBUG: "pw:browser*"
DEBUG_LOGS: 1
runs-on: [ledger-live-4xlarge-windows-2022]
steps:
- uses: LedgerHQ/ledger-live/tools/actions/composites/checkout-merge@develop
Expand Down Expand Up @@ -191,8 +191,8 @@ jobs:
FORCE_COLOR: 3
CI_OS: "ubuntu-latest"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
# DEBUG: "pw:browser*"
# DEBUG_LOGS: 1
DEBUG: "pw:browser*"
DEBUG_LOGS: 1
runs-on: [ledger-live-4xlarge-linux]
steps:
- uses: LedgerHQ/ledger-live/tools/actions/composites/checkout-merge@develop
Expand Down Expand Up @@ -259,8 +259,8 @@ jobs:
FORCE_COLOR: 3
CI_OS: "macos-latest"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
# DEBUG: "pw:browser*"
# DEBUG_LOGS: 1
DEBUG: "pw:browser*"
DEBUG_LOGS: 1
steps:
- uses: LedgerHQ/ledger-live/tools/actions/composites/checkout-merge@develop
with:
Expand Down

0 comments on commit 9cc68b1

Please sign in to comment.