Skip to content

Commit 04b9512

Browse files
committed
Test something else
1 parent 3fb3a1e commit 04b9512

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/maven.yml

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

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

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

0 commit comments

Comments
 (0)