File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1717
1818 - name : Install python packages
1919 uses : ./.github/actions/install_requirements
20-
20+
2121 - name : Install helm plugins
2222 run : helm plugin install https://github.com/losisin/helm-values-schema-json.git
23-
23+
2424 - name : Run tox
25- run : tox -e ${{ inputs.tox }}
25+ run : uv run --frozen tox -e ${{ inputs.tox }}
Original file line number Diff line number Diff line change 3232 python-version : ${{ matrix.python-version }}
3333
3434 - name : Unit tests
35- run : uv run tox -e tests
35+ uses : ./.github/workflows/_tox.yml
36+ with :
37+ tox : -e tests
3638
3739 - name : Upload coverage to Codecov
3840 uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
6668 run : uv run blueapi -c ${{ github.workspace }}/tests/unit_tests/example_yaml/valid_stomp_config.yaml serve &
6769
6870 - name : Run tests
69- run : uv run tox -e system-test
71+ uses : ./.github/workflows/_tox.yml
72+ with :
73+ tox : -e system-test
7074
7175 container :
7276 needs : [test, system-test]
You can’t perform that action at this time.
0 commit comments