From c6005cbbcc19db97395cc42c15f0e3a6bca299d0 Mon Sep 17 00:00:00 2001 From: Sergii Kondrusiev Date: Tue, 28 May 2024 12:59:34 +0300 Subject: [PATCH] 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 084079b5..8e33ce5d 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 + $GRADLE_TEST_TASK -s working-directory: integrationTests