Coder Social home page Coder Social logo

Comments (6)

epicadk avatar epicadk commented on August 17, 2024 1

Yeah that was the solution. Would you like to work on this?
Great job figuring it out.

from bridge-in-tech-backend.

y-martinez avatar y-martinez commented on August 17, 2024

Describe the bug

Tests on github actions are failing.

To Reproduce

Steps to reproduce the behavior:

  1. Check the actions tab

Expected behavior

Tests should not fail

Additional context

It is a problem weird because it does not always happen, I have the theory (I could be wrong) that it happens when the postgres container has not started because the error is in there, so, I searched the internet and it is that the postgres container does not provide a health check, so you need to add options to the github actions configuration, specifically something like this:

# Set health checks to wait until postgres has started
options: >-
  --health-cmd pg_isready
  --health-interval 10s
  --health-timeout 5s
  --health-retries 5

I haven't tried it so I'm not sure if it's a possible solution

from bridge-in-tech-backend.

y-martinez avatar y-martinez commented on August 17, 2024

Yeah sure!

from bridge-in-tech-backend.

epicadk avatar epicadk commented on August 17, 2024

Okay, good luck. Assigning you. 👍

from bridge-in-tech-backend.

vj-codes avatar vj-codes commented on August 17, 2024

@epicadk are you talking about the docusaurus PR failing?

from bridge-in-tech-backend.

epicadk avatar epicadk commented on August 17, 2024

@epicadk are you talking about the docusaurus PR failing?

Yeah but in any case these options should be added.

from bridge-in-tech-backend.

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.