We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a76f21 commit 5b04c5fCopy full SHA for 5b04c5f
run_integration_tests.sh
@@ -14,9 +14,6 @@ if test "$1" == "down"; then
14
fi
15
16
if [ -z "$1" ]; then
17
- # Call all tests by default
18
- MEESIGN_TEST_CLIENT_REPO_OWNER=quapka \
19
- MEESIGN_TEST_CLIENT_REPO_BRANCH=integration-test \
20
docker compose \
21
--file compose.base.yaml \
22
--file integration-tests/compose.yaml \
@@ -28,8 +25,6 @@ if [ -z "$1" ]; then
28
25
else
29
26
# If any command line arguments are supplied, these are pass on to the
30
27
# `test-client`, i.e. calling `dart test --reporter=expanded "$@"`
31
32
33
34
35
0 commit comments