Skip to content

Add verifications for nodes and SF network #15

Add verifications for nodes and SF network

Add verifications for nodes and SF network #15

name: Run Python verifications involves random route choice and node (flaky)
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'
jobs:
run-verifications-random:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install uxsim and dependencies
run: pip install .
- name: Install pytest other dependencies
run: pip install pytest pytest-rerunfailures setuptools
- name: Run verifications with pytest
run: pytest tests/test_verification_route_choice.py --durations=0 -v
run: pytest tests/test_verification_node.py --durations=0 -v

Check failure on line 25 in .github/workflows/run-verifications_random.yml

View workflow run for this annotation

GitHub Actions / Run Python verifications involves random route choice and node (flaky)

Invalid workflow file

The workflow is not valid. .github/workflows/run-verifications_random.yml (Line: 25, Col: 7): 'run' is already defined