Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Mar 29, 2024
1 parent 0caac26 commit a44eddd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a44eddd

Please sign in to comment.