Skip to content

Commit

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

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

- name: Run system tests
run: tox -e system-test


0 comments on commit 84f1bfe

Please sign in to comment.