From b98085e893d59f2de198b4edaf759af247ac519c Mon Sep 17 00:00:00 2001 From: Sergii Kondrusiev Date: Tue, 28 May 2024 13:24:24 +0300 Subject: [PATCH] revert: Added CLI option to print stacktrace on test failure --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e33ce5d..670a8315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,5 +122,5 @@ jobs: $EXTRA_PROPERTIES $TOOLCHAIN_JAVA_ARGS \ -PgeckoDriverPlatform=linux64 \ -PtestAllContainers=$TEST_ALL_CONTAINERS \ - $GRADLE_TEST_TASK -s + $GRADLE_TEST_TASK working-directory: integrationTests