Skip to content

Commit ceb827e

Browse files
committed
bug(#4016): no unspile in phi-unphi
1 parent 7d3a242 commit ceb827e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eo-runtime/src/test/java/integration/PhiUnphiIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void runsAfterPhiAndUnphi(final @Mktmp Path temp) throws IOException {
111111
)
112112
)
113113
.execution("compile")
114-
.goals("register", "compile", "transpile", "unplace", "unspile")
114+
.goals("register", "compile", "transpile")
115115
.configuration()
116116
.set("foreign", "${project.basedir}/target/eo-foreign.json")
117117
.set("foreignFormat", "csv")

0 commit comments

Comments
 (0)