Skip to content

Commit

Permalink
27
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Nov 13, 2024
1 parent bf96b2e commit 5b4d5b6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}

- name: Install Playwright Browsers
if: steps.cache-playwright-browsers.outputs.cache-hit != 'true'
# if: steps.cache-playwright-browsers.outputs.cache-hit != 'true'
working-directory: ./app-playwright
run: npx playwright install --with-deps

# https://github.com/microsoft/playwright/issues/30538#issuecomment-2185965508
- name: Install system dependencies for WebKit
# Some WebKit dependencies seem to lay outside the cache and will need to be installed separately
if: ${{ steps.cache-playwright-browsers.outputs.cache-hit == 'true' }}
working-directory: ./app-playwright
run: npx playwright install-deps webkit
# - name: Install system dependencies for WebKit
# # Some WebKit dependencies seem to lay outside the cache and will need to be installed separately
# if: ${{ steps.cache-playwright-browsers.outputs.cache-hit == 'true' }}
# working-directory: ./app-playwright
# run: npx playwright install-deps webkit

- name: Install mkcert
shell: bash
Expand Down Expand Up @@ -132,6 +132,7 @@ jobs:
env:
NODE_OPTIONS: '--max_old_space_size=8192' # https://github.com/actions/runner-images/issues/70
run: |
sudo apt install --reinstall ca-certificates
npx turbo previewTest &
for i in {1..20}
do
Expand Down

0 comments on commit 5b4d5b6

Please sign in to comment.