Skip to content

Commit

Permalink
chore: change workflow configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledger authored and Ledger committed Oct 2, 2023
1 parent d857a92 commit da6f61a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,11 @@ jobs:
outputs:
status: ${{ steps.tests.outcome }}
env:
NODE_OPTIONS: "--max-old-space-size=7168"
FORCE_COLOR: 3
CI_OS: "macos-latest"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
# DEBUG: "pw:browser*"
# DEBUG_LOGS: 1
DEBUG: "pw:browser*"
DEBUG_LOGS: 1
if: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.full-tests) }}
steps:
- uses: LedgerHQ/ledger-live/tools/actions/composites/checkout-merge@develop
Expand Down

0 comments on commit da6f61a

Please sign in to comment.