From 9d446463326ff62350ec50b706f2bbbc2e707cc9 Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Sat, 15 Jun 2024 12:17:39 +0700 Subject: [PATCH] WIP --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index bf3faae14..6ea649150 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -145,7 +145,7 @@ jobs: - name: Run docker compose run: | docker compose run -e DATABASE_NAME=opensips_${{ inputs.context }}_test gateway-bootstrap create_db ${{ inputs.context }} - docker compose up --wait -d ${{ inputs.context }} media_proxy freeswitch freeswitch_event_logger switch-app redis testing || docker logs + docker compose up --wait -d ${{ inputs.context }} media_proxy freeswitch freeswitch_event_logger switch-app redis testing || docker logs somleng-switch-switch-app-1 - name: Run ${{ inputs.context }} Tests run: |