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 352e678 commit 2ea68e6Copy full SHA for 2ea68e6
.github/workflows/build_test.yml
@@ -24,5 +24,6 @@ jobs:
24
- name: Build and Test
25
uses: GabrielBB/xvfb-action@v1
26
with:
27
- run: mvn clean install
28
-
+ run:
+ mvn -v
29
+ mvn clean install
0 commit comments