We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e53649 commit 9920dabCopy full SHA for 9920dab
.github/workflows/maven.yml
@@ -1,13 +1,10 @@
1
-# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
-
4
name: Java CI with Maven
5
6
on:
7
workflow_dispatch:
8
9
jobs:
10
- build:
+ test:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
0 commit comments