File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change 5050 run : blueapi -c ${{ github.workspace }}/tests/system_tests/config.yaml serve &
5151
5252 - name : Run tests
53- run : tox -e system-test
53+ run : uv run --frozen tox -e system-test
Original file line number Diff line number Diff line change 4343 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4444
4545 system-test :
46- runs-on : ubuntu-latest
47-
4846 steps :
49- - name : Checkout
50- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
51- with :
52- # Need this to get version number from last tag
53- fetch-depth : 0
54- - name : Setup project
55- uses : ./.github/actions/install_requirements
56- with :
57- python-version : 3.12
58-
59- - name : Start RabbitMQ
60- uses : namoshek/rabbitmq-github-action@d1d4455f4a8f72db66111c24cb0dc5654047a975 # v1
61- with :
62- ports : " 61613:61613"
63- plugins : rabbitmq_stomp
64-
65- - name : Start Blueapi Server
66- run : uv run --frozen blueapi -c ${{ github.workspace }}/tests/unit_tests/example_yaml/valid_stomp_config.yaml serve &
67-
68- - name : Run tests
69- run : uv run --frozen tox -e system-test
47+ uses : ./.github/workflows/_system.test.yml
7048
7149 container :
7250 needs : [test, system-test]
You can’t perform that action at this time.
0 commit comments