diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 42079ad79..e0a988a03 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -125,13 +125,12 @@ jobs: - name: Run docker-compose run: | - docker-compose build docker-compose run -e DATABASE_NAME=opensips_${{ inputs.context }}_test gateway-bootstrap create_db ${{ inputs.context }} docker-compose up -d client_gateway public_gateway media_proxy freeswitch freeswitch_event_logger switch-app redis testing sleep 30 - name: Run ${{ inputs.context }} Tests run: | - docker-compose exec --no-TTY testing ls -lath - docker-compose exec --no-TTY testing cat ./tests.sh - docker-compose exec --no-TTY testing ./tests.sh ./tests/${{ inputs.context }} + docker-compose exec --no-TTY -i testing ls -lath + docker-compose exec --no-TTY -i testing cat ./tests.sh + docker-compose exec --no-TTY -i testing ./tests.sh ./tests/${{ inputs.context }}