From b50c9dbf6ad5a4efa5df51e3df52ae3dd4a72e14 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 14 Dec 2021 17:10:00 -0500 Subject: [PATCH] Correct CI setup to run headless tests --- .github/workflows/scala.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index cc0842d..e9fdd6d 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -18,5 +18,7 @@ jobs: with: java-version: '11' distribution: 'adopt' - - name: Run tests - run: sbt +test + - name: Run headless test + uses: GabrielBB/xvfb-action@v1 + with: + run: sbt +test