Skip to content

Commit

Permalink
chore: configure testbench parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 3, 2024
1 parent f2909ad commit f900eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f900eed

Please sign in to comment.