Skip to content

Commit

Permalink
Remove interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 1, 2024
1 parent f8fffc0 commit d34b8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-dockerfile-and-check-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker run -d --name antmedia --network=host -it antmediaserver

- name: Run enable_ssl.sh inside container
run: docker exec -it antmedia bash /usr/local/antmedia/enable_ssl.sh
run: docker exec antmedia bash /usr/local/antmedia/enable_ssl.sh

- name: Verify container is running
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Test application
run: |
docker exec -it antmedia curl -f http://localhost:5443 # Örneğin HTTP endpoint test
docker exec antmedia curl -f http://localhost:5443 # Örneğin HTTP endpoint test
- name: Stop and remove container
run: |
Expand Down

0 comments on commit d34b8e4

Please sign in to comment.