Skip to content

[ISV-4086] Prevent race conditions in the community hosted pipeline (… #2430

[ISV-4086] Prevent race conditions in the community hosted pipeline (…

[ISV-4086] Prevent race conditions in the community hosted pipeline (… #2430

Workflow file for this run

---
name: validation
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
tox:
name: Run unit tests and linters
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: "3.11"
- name: Install dependencies
run: |
pdm sync -dG operator-pipelines-dev
pdm sync -dG tox
- name: Run Tests
run: |
pdm run -v tox