try debug again
This commit is contained in:
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
@ -49,6 +49,9 @@ jobs:
|
|||||||
run: yarn
|
run: yarn
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: yarn playwright install --with-deps
|
run: yarn playwright install --with-deps
|
||||||
|
- name: Print WASM Lib Changes URL
|
||||||
|
run: |
|
||||||
|
echo "WASM Lib Changes URL: ${{ steps.check-wasm-lib-changes.outputs.url }}"
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
if: ${{ steps.check-wasm-lib-changes.outputs.url }} == ''
|
if: ${{ steps.check-wasm-lib-changes.outputs.url }} == ''
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|||||||
Reference in New Issue
Block a user