Skip to content

Commit

Permalink
Try using -T to avoid using tty
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed May 25, 2023
1 parent 923f037 commit baae047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install required package
run: docker exec zoo-project_zookernel_1 /bin/bash -c "apt-get update ; DEBIAN_FRONTEND=noninteractive apt-get -y install lynx;"
- name: Run the ETS for OGC API - Processes (see test-run-props.xml for settings)
run: docker-compose exec teamengine /root/test.sh
run: docker-compose exec -T teamengine /root/test.sh
- name: Run GetCapabilities tests version 1.0.0
run: docker exec zoo-project_zookernel_1 /bin/bash -c "cd /var/www/html/cptesting/scripts/; mkdir ../tmp; ./run.sh http://localhost/cgi-bin/zoo_loader.cgi 1.0.0 Buffer \"GetCapabilities\" 0 0 > outputGC.html 2> log; lynx -dump outputGC.html"
- name: Run DescribeProcess tests version 1.0.0
Expand Down

0 comments on commit baae047

Please sign in to comment.