Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsinghc11 committed Sep 13, 2024
1 parent 34ca199 commit 9c20a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
# ./frogbot ${FROGBOT_CMD}

perform-java-build:
runs-on: ubuntu-latest
runs-on: maven:3.8.5-openjdk-18
needs: build-publish-maven
steps:
- name: Check out repository
Expand Down

0 comments on commit 9c20a76

Please sign in to comment.