Skip to content

Commit

Permalink
made change to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Sep 3, 2024
1 parent f503743 commit 903ef38
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/_system_test_rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
python-version: ${{ inputs.python-version }}
pip-install: ".[dev]"

- name: Run blueapi
run: blueapi serve &

- name: Run tests
run: tox -e system-test
- name: Run blueapi and run system-test
run: blueapi serve & tox -e system-test

0 comments on commit 903ef38

Please sign in to comment.