Skip to content

Commit

Permalink
Commit per pull request di prova
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-lepore committed Jul 8, 2024
1 parent 2ff1aa1 commit 680940f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mongonext-backend-with-maven
name: Build with Maven

on:
push:
Expand All @@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -26,4 +25,10 @@ jobs:
maven-version: 3.9.4

- name: Build with Maven
run: mvn clean install
run: mvn clean install

# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 680940f

Please sign in to comment.