GithubHelp home page GithubHelp logo

Comments (6)

jfelchner avatar jfelchner commented on August 21, 2024

@p-run I'm definitely seeing this too. Can you try setting the CONTINUOUS_INTEGRATION environment variable to true in your circle.yml? See if that affects anything.

Also, they way things are output on Travis and Circle cannot be the same as they are in terminal. There are limitations. You're not actually seeing terminal output, you're seeing the output of a stream being rendered realtime.

ruby-progressbar overrides whatever format you've specified in those situations so even if it displays, it won't look like what it looks like in your terminal. See here.

from fuubar.

p-run avatar p-run commented on August 21, 2024

I understand the difference between tty/notty output, static bars are actually a great solution (I would have accepted one dot per test).

Will try CONTINUOUS_INTEGRATION as soon as I can, thanks.

from fuubar.

jfelchner avatar jfelchner commented on August 21, 2024

@p-run I just tried it and adding:

machine:
  environment:
    CONTINUOUS_INTEGRATION: true

And it works.

from fuubar.

p-run avatar p-run commented on August 21, 2024

Verified, I am getting a fancy progressbar now, thanks!

from fuubar.

nihtalak avatar nihtalak commented on August 21, 2024

It reproduces on Travis CI. I have tried:

env:
  global:
    - CONTINUOUS_INTEGRATION=true

didn't work.

from fuubar.

github-actions avatar github-actions commented on August 21, 2024

This issue has been closed automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from fuubar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.