Skip to content

Commit

Permalink
adding templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc1cob committed Jan 20, 2025
1 parent beae017 commit 5feed07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
java-maven-setup:
uses: ./.github/workflows/setup-java-maven.yml # Reference to the consolidated Java and Maven setup workflow

# # Call the build and artifact workflow
# build-and-artifact:
# uses: ./.github/workflows/build-and-artifact.yml # Reference to the build workflow
# Call the build and artifact workflow
build-and-artifact:
uses: ./.github/workflows/build-and-artifact.yml # Reference to the build workflow

# # Call the Spring Boot run and stop workflow
# springboot-run-stop:
Expand Down

0 comments on commit 5feed07

Please sign in to comment.