Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
eleanordoesntcode authored Jun 26, 2024
1 parent a11ac78 commit 0d24563
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ jobs:
# 4. Build via Maven
- name: Build via Maven
run: mvn verify -B --file pom.xml -DdisableXmlReport=true

# 5. Upload artefact
- name: Upload
uses: actions/upload-artifact@v3
with:
name: "McMMO"
path: "McMMO"

0 comments on commit 0d24563

Please sign in to comment.