Skip to content

Commit

Permalink
Remove org.n52.javaps.test.EchoProcess process for testing using the …
Browse files Browse the repository at this point in the history
…wps20 ETS
  • Loading branch information
gfenoy committed Aug 22, 2023
1 parent d884e5d commit ff3b277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-mozjs-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build TeamEngine and the ETS for OGC API - Processes and add it to the docker-compose
run: docker/ets-ogcapi-processes/build.sh && cat docker/ets-ogcapi-processes/docker-compose-ets-part.yml >> docker-compose.yml
- name: Start the test env
run: mkdir docker/tmp; chmod 777 -R docker ; echo "force deployment of org.n52.javaps.test.EchoProcess process" && sed "s=#- ./zoo-project/zoo-services/echo-py/cgi-env=- ./zoo-project/zoo-services/echo-py/cgi-env=g" -i docker-compose.yml && docker-compose up -d
run: mkdir docker/tmp; chmod 777 -R docker ; docker-compose up -d
- 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)
Expand Down

0 comments on commit ff3b277

Please sign in to comment.