Skip to content

Bump @testing-library/dom from 10.1.0 to 10.2.0 in /components/frontend #217

Bump @testing-library/dom from 10.1.0 to 10.2.0 in /components/frontend

Bump @testing-library/dom from 10.1.0 to 10.2.0 in /components/frontend #217

name: Application tests quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
cd tests/application_tests
ci/pip-install.sh
- name: Quality
run: |
cd tests/application_tests
ci/quality.sh