Fix e2e workflow when only kcl-samples changes (#5894)

This commit is contained in:
Jonathan Tran
2025-03-19 19:46:44 -04:00
committed by GitHub
parent 98a68f5cd9
commit a933646667

View File

@ -325,6 +325,7 @@ jobs:
run: yarn
- name: Cache Playwright Browsers
if: needs.conditions.outputs.should-run == 'true'
uses: actions/cache@v4
with:
path: |
@ -332,6 +333,7 @@ jobs:
key: ${{ runner.os }}-playwright-${{ hashFiles('yarn.lock') }}
- name: Install Playwright Browsers
if: needs.conditions.outputs.should-run == 'true'
run: yarn playwright install --with-deps
- name: Build web