diff options
Diffstat (limited to '.github/workflows/linux-bionic-5.9.yml')
-rw-r--r-- | .github/workflows/linux-bionic-5.9.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index bdfb71600..fe17c47a3 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -41,5 +41,6 @@ jobs: # and now run the tests - with Qt 5.9 we can only run the desktop flavor echo "------------------------------------" echo "run tests" - cd build + cd build/tests + xvfb-run --auto-servernum ./TestGitStorage -v2 xvfb-run --auto-servernum make check |