This commit is contained in:
Kurt Hutten Irev-Dev
2024-08-13 17:23:41 +10:00
parent dd253626cc
commit 003a5ae955

View File

@ -261,7 +261,6 @@ jobs:
key: ${{ runner.os }}-playwright-${{ hashFiles('yarn.lock') }}
- name: Install Playwright Browsers
run: yarn playwright install chromium --with-deps
# run: yarn playwright install --with-deps
- name: Download Wasm Cache
id: download-wasm
if: needs.check-rust-changes.outputs.rust-changed == 'false'