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 ea84479 commit 427bfb7Copy full SHA for 427bfb7
.github/workflows/test.yml
@@ -21,10 +21,10 @@ jobs:
21
distribution: 'adopt'
22
23
- name: Install dependencies
24
- run: mvn install
+ run: mvn compile
25
26
- - name: Execute tests
27
- run: mvn test
+ - name: Execute testsv
28
env:
29
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
30
- HEADLESS: true
+ HEADLESS: true
+ run: mvn test
0 commit comments