Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PashaBarahimi authored Nov 25, 2023
1 parent 02d86c6 commit ee0bfc6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,7 @@ on:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 19
uses: actions/setup-java@v2
with:
java-version: '19'
distribution: 'temurin'

- name: Build Baloot 1 with Maven
run: mvn clean install -f Baloot1/pom.xml

- name: Build Baloot 2 with Maven
run: mvn clean install -f Baloot2/pom.xml

test:
needs: build
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ee0bfc6

Please sign in to comment.