probo icon indicating copy to clipboard operation
probo copied to clipboard

Probo tasks not appearing in the order they execute

Open Auspicus opened this issue 7 years ago • 4 comments

screen shot 2017-04-07 at 1 49 52 pm

The build steps that we have above execute in the order:

  • install node
  • npm install
  • es lint
  • sass lint
  • install test suite
  • run tests

However, when looking on probo.ci the install node task is showing up after sass lint.

Auspicus avatar Apr 07 '17 19:04 Auspicus

I've also been able to replicate this issue

thom8 avatar Apr 10 '17 10:04 thom8

@tortillaj - any ideas as to why this might be happening in the app.probo.ci interface?

AlexU-A avatar Aug 15 '17 21:08 AlexU-A

@edisch and @thom8 can you please contact us on Zendesk with your build id or link for a build this is occurring on? That will help us debug this issue. Thanks!

sk33lz avatar Dec 04 '17 18:12 sk33lz

This is an active issue still and is being investigated. It is important to note that all build steps DO happen in the order inside the .probo.yml file, but are not reflected that way on the interface.

ElusiveMind avatar Nov 05 '22 21:11 ElusiveMind