From 7068e64e497fa04fd801f41f4e5b00f7911fd485 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 24 Oct 2020 10:28:19 -0700 Subject: test: manually run gitStorageTest This way we should see the output and hopefully be able to figure out why that silly test keeps randomly failing. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-eoan-5.12.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows/linux-eoan-5.12.yml') diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 68be79ce3..be60de01e 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -48,7 +48,8 @@ jobs: echo "--------------------------------------------------------------" echo "running tests for mobile" - cd build-mobile + cd build-mobile/tests + xvfb-run --auto-servernum ./TestGitStorage -v2 xvfb-run --auto-servernum make check - name: build Subsurface @@ -64,6 +65,7 @@ jobs: run: | echo "--------------------------------------------------------------" echo "running tests for desktop" - cd build + cd build/tests + xvfb-run --auto-servernum ./TestGitStorage -v2 xvfb-run --auto-servernum make check -- cgit v1.2.3-70-g09d2