ci: use resolutions to resolve building error in mac-os (#4878)

This commit is contained in:
Joooye_34
2023-11-09 10:43:47 +08:00
committed by GitHub
parent da2821eaac
commit a8bff81a7e
5 changed files with 122 additions and 77 deletions

View File

@@ -64,6 +64,7 @@ runs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
SENTRYCLI_SKIP_DOWNLOAD: '1'
DEBUG: '*'
- name: yarn install (try again)
if: ${{ steps.install.outcome == 'failure' }}
@@ -74,6 +75,7 @@ runs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
SENTRYCLI_SKIP_DOWNLOAD: '1'
DEBUG: '*'
- name: Get installed Playwright version
id: playwright-version