Test Command No-Op

I have a marketing site written with middleman and is statically deployed to S3. CircleCI detects this and runs the correct build command but since it has no tests it shows the suite as failing.

Is there an custom “test” command I could use so CircleCI registers the run as successful?

test:
  override:
    - echo "done"

:blush:

1 Like

Oh, of course. Thank you! :smile:

1 Like