Skip to content

Add a parameter to exclude idle time from GitLab pipeline duration. #7626

Add a parameter to exclude idle time from GitLab pipeline duration.

Add a parameter to exclude idle time from GitLab pipeline duration. #7626

---
name: Application tests quality
on: [push] # yamllint disable-line rule:truthy
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Install uv
uses: astral-sh/setup-uv@v8.0.0
with:
enable-cache: true
version-file: tools/third_party/pyproject.toml
- name: Install dependencies and check quality
run: uv tool run --directory tests/application_tests --from $(uv export --project tools/third_party --only-group just --quiet --no-hashes --no-header) just ci # yamllint disable-line rule:line-length