We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a98e1 commit e428954Copy full SHA for e428954
.github/workflows/maven.yml
@@ -31,8 +31,12 @@ jobs:
31
with:
32
java-version: ${{ matrix.java }}
33
distribution: 'adopt'
34
+ - name: Set-up test environment
35
+ run: |
36
+ sudo apt-get update
37
+ sudo apt-get install -y xorg
38
- name: Build with Maven
- run: mvn -B -Djava.version=${{ matrix.java }} -Dopenjfx.version=${{ matrix.java }} compile test
39
+ run: xinit mvn -B -Djava.version=${{ matrix.java }} -Dopenjfx.version=${{ matrix.java }} test -- :0 vt$XDG_VTNR
40
- name: Save coverage stats
41
uses: codecov/codecov-action@v1
42
0 commit comments