Skip to content

Commit

Permalink
(sakuli/sakuli-ocr#7) removed interactive shell, because github actio…
Browse files Browse the repository at this point in the history
…ns does not provide one
  • Loading branch information
svettwer committed Dec 18, 2020
1 parent ba12874 commit 85e9986
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dgoss run \
# standard use case
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-suite \
-v $(pwd)/e2e:/sakuli-project \
Expand All @@ -19,7 +18,6 @@ docker run \
# standard use case in DEBUG mode
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-suite \
-e DEBUG=true \
Expand All @@ -30,7 +28,6 @@ docker run \
# use case with altered user and group
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-suite \
-v $(pwd)/e2e:/sakuli-project \
Expand All @@ -41,7 +38,6 @@ docker run \
# git clone use case
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e GIT_URL=https://github.com/sakuli/sakuli.git \
-e GIT_CONTEXT_DIR=packages/e2e/ \
Expand All @@ -52,7 +48,6 @@ docker run \
set +e
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-broken \
-v $(pwd)/e2e:/sakuli-project \
Expand All @@ -65,7 +60,6 @@ set -e
set +e
docker run \
--rm \
-it \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-broken \
-v $(pwd)/e2e:/sakuli-project \
--shm-size=2G \
Expand All @@ -75,7 +69,6 @@ set -e

# start another command than sakuli
docker run \
-it \
--rm \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
--shm-size=2G \
Expand All @@ -85,7 +78,6 @@ docker run \
# start with different user and another command than sakuli
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
--shm-size=2G \
-u 45678:12345 \
Expand All @@ -95,7 +87,6 @@ docker run \
# start with project referenced in SAKULI_TEST_SUITE
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/sakuli-project \
-v $(pwd)/e2e:/sakuli-project \
Expand All @@ -105,7 +96,6 @@ docker run \
# install 3rd party packages before executing Sakuli
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-puppeteer \
-e INSTALL_PACKAGES=true \
Expand All @@ -116,7 +106,6 @@ docker run \
# OCR run
docker run \
--rm \
-it \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-ocr \
-v $(pwd)/e2e:/sakuli-project \
Expand Down

0 comments on commit 85e9986

Please sign in to comment.