Skip to content

Commit

Permalink
Update run-verifications.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 19, 2024
1 parent b346ea9 commit 55216c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: '0 6 * * 1'

jobs:
run-examples:
run-verifications:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,6 +19,6 @@ jobs:
- name: Install uxsim and dependencies
run: pip install .
- name: Install pytest other dependencies
run: pip install pytest
run: pip install pytest setuptools
- name: Run verifications with pytest
run: pytest tests/test_verification_straight_road.py --durations=0

0 comments on commit 55216c0

Please sign in to comment.