Skip to content

Commit 427bfb7

Browse files
Tweaked test.yml steps
1 parent ea84479 commit 427bfb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
distribution: 'adopt'
2222

2323
- name: Install dependencies
24-
run: mvn install
24+
run: mvn compile
2525

26-
- name: Execute tests
27-
run: mvn test
26+
- name: Execute testsv
2827
env:
2928
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
30-
HEADLESS: true
29+
HEADLESS: true
30+
run: mvn test

0 commit comments

Comments
 (0)