Skip to content

Commit

Permalink
Configure blueapi to talk to stomp
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Dec 16, 2024
1 parent fc089eb commit e9d71d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
plugins: rabbitmq_stomp

- name: Start Blueapi Server
run: blueapi serve &
run: blueapi -c ${{ github.workspace }}/tests/unit_tests/example_yaml/valid_stomp_config.yaml serve &

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

0 comments on commit e9d71d5

Please sign in to comment.