From e9d71d5dbe1760f4daac4fefa70a4503945bbf43 Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Mon, 16 Dec 2024 19:27:52 +0000 Subject: [PATCH] Configure blueapi to talk to stomp --- .github/workflows/_system_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_system_test.yml b/.github/workflows/_system_test.yml index 57c694ec7..71a14ae84 100644 --- a/.github/workflows/_system_test.yml +++ b/.github/workflows/_system_test.yml @@ -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