Skip to content

Commit c6135f7

Browse files
Added headless support to GitHub Action
1 parent 12bd2d9 commit c6135f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Use java ${{ matrix.java-version }}
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v3
2020
with:
2121
java-version: 17
2222
distribution: 'adopt'
@@ -27,4 +27,5 @@ jobs:
2727
- name: Test code
2828
run: mvn exec:exec@run-the-tests -Dexec.classpathScope=test
2929
env:
30-
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
30+
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
31+
HEADLESS: true

0 commit comments

Comments
 (0)