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 12bd2d9 commit c6135f7Copy full SHA for c6135f7
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v2
17
18
- name: Use java ${{ matrix.java-version }}
19
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
20
with:
21
java-version: 17
22
distribution: 'adopt'
@@ -27,4 +27,5 @@ jobs:
27
- name: Test code
28
run: mvn exec:exec@run-the-tests -Dexec.classpathScope=test
29
env:
30
- APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
+ APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
31
+ HEADLESS: true
0 commit comments