mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
Check ant failure.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -41,4 +41,4 @@ jobs:
|
||||
source /tmp/.bash_profile;
|
||||
cd build;
|
||||
ant clean;
|
||||
if ant test; then exit 0 else exit 1 fi
|
||||
ant test
|
||||
|
||||
@@ -49,7 +49,7 @@ public class AutoFormatTests {
|
||||
|
||||
@Test
|
||||
public void bug109() {
|
||||
expectGood("bug109");
|
||||
expectGood("bug109a");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user