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