Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PashaBarahimi committed Dec 13, 2023
1 parent ed9a447 commit 18ee4be
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ jobs:
java-version: '19'
distribution: 'oracle'

- name: Go to Baloot1 directory
run: cd Baloot1

- name: Run Baloot 1 tests
run: mvn test -f pom.xml

- name: Go to Baloot2 directory
run: cd ../Baloot2
run: cd Baloot1 && mvn test -f pom.xml

- name: Run Baloot 2 tests
run: mvn test -f pom.xml
run: cd ../Baloot2 && mvn test -f pom.xml

0 comments on commit 18ee4be

Please sign in to comment.