chore: rework to use foreign exe mock #63
ci.yml
on: push
run checks using gradlew
1m 23s
Matrix: nativeCompile
Matrix: dry run release
Annotations
4 errors
|
ForeignExeMockTest.itWritesAExecutableForeignExeMockThatWritesVersion():
testlib/src/test/java/com/diffplug/spotless/cli/ForeignExeMockTest.java#L60
java.lang.AssertionError:
Expecting actual:
"Ubuntu clang-format version 18.1.3 (1ubuntu1)
"
to contain:
"11.0.1"
|
|
ForeignExeMockTest.itWritesAExecutableForeignExeMockThatChecksValidOptions():
testlib/src/test/java/com/diffplug/spotless/cli/ForeignExeMockTest.java#L71
java.lang.AssertionError:
Expecting actual:
0
not to be equal to:
0
|
|
ForeignExeMockTest.itWritesAExecutableForeignExeMockThatConsumesValidOptionAndExecutesReformatting():
testlib/src/test/java/com/diffplug/spotless/cli/ForeignExeMockTest.java#L106
org.opentest4j.AssertionFailedError: Snapshot mismatch at L1:C11
-int main(){
+int main() { return 0; }
|
|
run checks using gradlew
Process completed with exit code 1.
|