Skip to content

Commit

Permalink
ci: add test_weekly.yml workflow (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 3, 2024
1 parent 464578b commit 8db1429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
image: ${{ matrix.image }}
options: --workdir /__w/Lean/Lean -v /home/runner/work:/__w
options: --workdir /home/runner/work/mlonmcu/mlonmcu -v /home/runner/work/mlonmcu/mlonmcu:/home/runner/work/mlonmcu/mlonmcu
shell: bash
run: python3 -m pytest --run-slow --run-user-context ${{ matrix.config.path }} -rs -s -v

0 comments on commit 8db1429

Please sign in to comment.