diff --git a/tests/fulltests/test.sh b/tests/fulltests/test.sh index db99943f..a1bde85c 100755 --- a/tests/fulltests/test.sh +++ b/tests/fulltests/test.sh @@ -16,7 +16,6 @@ fullMinecraftUpTest(){ --attach-dependencies --always-recreate-deps --abort-on-container-failure - -e GH_TOKEN="${GH_TOKEN:-}" ) if ! docker compose -f "$file" up "${upArgs[@]}" monitor; then echo "$(dirname "$file") Result: failed"