NX01: Run tests with headless option set to true
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 10s
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 10s
This commit is contained in:
parent
9348b9ca3f
commit
ce544764a4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ jobs:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Run asserts
|
- name: Run asserts
|
||||||
run: mvn clean test
|
run: mvn clean test -Djava.awt.headless=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue