E

Enforce serial BUILD directives

Summary

The user wants to enforce two BUILD directives to run serially, ensuring tests are completed and pass before building a jar. They suggest using the WAIT method from the Earthly documentation.

Status
resolved
Tags
    Source
    #earthly
      b

      brian072

      9/17/2024

      thanks

      b

      brian072

      9/17/2024

      sweet

      e

      eliott.wiener

      9/17/2024
      b

      brian072

      9/17/2024

      Is there a way to force two BUILD directives to run in serial instead of parallel? I have a target that runs tests then builds a jar, and I want to ensure the tests pass first before the second step