Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nofarb authored Jul 21, 2022
1 parent a3a66db commit 7d39f58
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ jobs:
cache: maven
- name: Build with Maven1
run: mvn -B package --file pom.xml
second_job:

runs-on: ubuntu-latest

steps:
- name: echo
run: echo "hello"




0 comments on commit 7d39f58

Please sign in to comment.