Skip to content

Commit 6d6bcf1

Browse files
committed
Update workflow
1 parent ab65846 commit 6d6bcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'maven'
2525

2626
- name: Run Baloot 1 tests
27-
run: cd Baloot1 && mvn test -f pom.xml
27+
run: cd Baloot1 && mvn test -B -f pom.xml
2828

2929
- name: Run Baloot 2 tests
30-
run: cd Baloot2 && mvn test -f pom.xml
30+
run: cd Baloot2 && mvn test -B -f pom.xml

0 commit comments

Comments
 (0)