Skip to content

Commit f2425a5

Browse files
committed
Cleanup github action workflow
1 parent aad5330 commit f2425a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-mock_project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Run mock project
22
on: [push, workflow_dispatch]
33

44
jobs:
5-
run-mock_project:
6-
name: Install NUTS from wheel and run mock project
5+
run-test_project:
6+
name: Install NUTS and run test project using custom test class
77
runs-on: ubuntu-latest
88
services:
99
box01:
@@ -29,6 +29,6 @@ jobs:
2929
run: uv sync --all-extras --dev
3030

3131
- name: Run tests
32-
run: uv run pytest
32+
run: uv run pytest -vv
3333
working-directory: test_project
3434

0 commit comments

Comments
 (0)