Skip to content

Commit 18ee4be

Browse files
committed
Test CI
1 parent ed9a447 commit 18ee4be

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@ jobs:
2222
java-version: '19'
2323
distribution: 'oracle'
2424

25-
- name: Go to Baloot1 directory
26-
run: cd Baloot1
27-
2825
- name: Run Baloot 1 tests
29-
run: mvn test -f pom.xml
30-
31-
- name: Go to Baloot2 directory
32-
run: cd ../Baloot2
26+
run: cd Baloot1 && mvn test -f pom.xml
3327

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

0 commit comments

Comments
 (0)