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 9421ec1 commit 8766c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ jobs:
- name: Run ${{ inputs.context }} Tests
run: |
docker-compose exec testing ./tests.sh ./tests/${{ inputs.context }}
docker-compose exec --no-TTY testing ./tests.sh ./tests/${{ inputs.context }}
5 changes: 4 additions & 1 deletion components/testing/tests/public_gateway/outbound_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ source $current_dir/support/test_helpers.sh
source $current_dir/../support/test_helpers.sh

log_file=$(find . -type f -iname "uas_*_messages.log")
cat /dev/null > $log_file

if [ -f "$log_file" ]; then
cat /dev/null > $log_file
fi

uas="$(dig +short testing)"
media_server="$(dig +short freeswitch)"
Expand Down

0 comments on commit 8766c6e

Please sign in to comment.