From f8cba5f159523260b38d29be8983f3357db0ffe5 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 31 Jan 2023 15:31:38 -0800 Subject: [PATCH] Output report --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ce1d1d16..dcd22187 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,6 +76,7 @@ steps: - export LD_LIBRARY_PATH="$PWD/linux/Tor/" - tor --version - ./run-tests.sh 01_general + - cat report.json - name: test-build-android image: cirrusci/flutter:3.3.8