Skip to content

Commit fb1d3d8

Browse files
author
rdasgupt
committed
Update action script
1 parent c6513b1 commit fb1d3d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14-
test:
14+
build:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
java-version: ${{ matrix.java }}
3131
java-package: jdk # optional (jdk, jre, jdk+fx or jre+fx)
32-
- name: Package and test with Maven
32+
- name: Package with Maven skip tests
3333
run: mvn package -DskipTests
3434

0 commit comments

Comments
 (0)