From f900eedd16ad5369a96d735e1b5bab2d85445000 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Tue, 3 Sep 2024 08:37:34 +0200 Subject: [PATCH] chore: configure testbench parameters --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index ec5273052..69085b49c 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -36,7 +36,7 @@ jobs: restore-keys: ${{ runner.os }}-maven- - name: Verify run: | - mvn -B -V -ntp verify -Dheadless -Pit,production + mvn -B -V -ntp verify -Pit,production -Dcom.vaadin.testbench.Parameters.headless=true -Dcom.vaadin.testbench.Parameters.testsInParallel=1 - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 with: