Bump puppeteer-core from 23.8.0 to 23.9.0 in /components/renderer #10552
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Feature tests quality | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install uv | |
uses: astral-sh/setup-uv@v3 | |
with: | |
version: "0.4.22" | |
- name: Install dependencies and check quality | |
run: | | |
cd tests/feature_tests | |
uv venv | |
ci/pip-install.sh | |
ci/quality.sh |