Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed May 9, 2024
1 parent 47b6d06 commit 9e968aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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 client_gateway public_gateway media_proxy freeswitch freeswitch_event_logger switch-app redis testing
docker compose up --wait -d ${{ inputs.context }} media_proxy freeswitch freeswitch_event_logger switch-app redis testing
- name: Run ${{ inputs.context }} Tests
run: |
Expand Down

0 comments on commit 9e968aa

Please sign in to comment.