File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 3232 - name : Stop compose
3333 if : always()
3434 run : docker compose -f docker-compose-distributed-test.yaml down -v
35-
36- docker-compose-test-with-kafka :
37- name : Quest Smoke and Load Tests for Standalone deployments with Kafka
38- runs-on : ubuntu-latest
39- steps :
40- - name : Checkout
41- uses : actions/checkout@v4
42- - name : Start compose
43- run : docker compose -f docker-compose-test-with-kafka.yaml up --build --exit-code-from quest
44- - name : Stop compose
45- if : always()
46- run : docker compose -f docker-compose-test-with-kafka.yaml down -v
47-
48- docker-compose-distributed-test-with-kafka :
49- name : Quest Smoke and Load Tests for Distributed deployments with Kafka
50- runs-on : ubuntu-latest
51- steps :
52- - name : Checkout
53- uses : actions/checkout@v4
54- - name : Start compose
55- run : docker compose -f docker-compose-distributed-test-with-kafka.yaml up --build --exit-code-from quest
56- - name : Stop compose
57- if : always()
58- run : docker compose -f docker-compose-distributed-test-with-kafka.yaml down -v
35+
You can’t perform that action at this time.
0 commit comments