heroku-ci Questions

8

Solved

I'm using yarn berry and heroku and consistently getting the error: ➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden. Which suggests that my lockfi...
Brittni asked 12/4, 2021 at 16:40

1

Hi I am trying to deploy flask application to heroku and I am getting error saying slug size is too large . catalogue==1.0.0 certifi==2019.11.28 chardet==3.0.4 Click==7.0 cymem==2.0.3 Flask==1.1.1...
Robinette asked 11/2, 2020 at 9:19

7

We have a Symfony 4.3 web application hosted on Heroku. This is a new setup and we never managed to have the dev mode to work correctly. There are plenty of similar issues online but none fixes the...
Baddie asked 28/10, 2019 at 15:35

1

I connected to heroku postgres database with pgadmin and created a simple table that has two simple columns: id - bigint identity name - text and simple two rows: id name 1 name1 2 name2 When I ...
Hindgut asked 11/1, 2021 at 6:38

0

I am setting-up Heroku-CI to run integration tests. My goal is to: populate the database with seed data before each test make API calls to the app and check results I'm having a hard time findi...
Refute asked 17/7, 2019 at 9:11

0

I am currently using Heroku CI to run my django tests: python3 manage.py test --fail-fast However upon running these on the heroku CI i get an infinite loop when the django system tries to render ...
Eulau asked 26/5, 2019 at 14:48

1

Solved

Does Heroku CI have support for build "artifacts" such as logs, test reports, etc? At the moment we can only get access to this if we run the debug tests through the Heroku CLI - would love to hav...
Shaper asked 18/1, 2018 at 14:40

2

I've just started using HerokuCI. I have a few Selenium tests so I've added buildpacks in my app.json. { "buildpacks": [ { "url": "heroku/ruby" } ], "environments": { "test": { "addons": ["h...
Cirillo asked 14/11, 2018 at 23:17

1

Im using Heroku CI to run tests in Heroku Pipeline. I would like to add CI status as badge in the README.md file at Github, for master branch. But so far, I have not found out-of-box solution on t...
Wiesbaden asked 18/6, 2018 at 22:17

0

We are in the process of privatising our repo and have moved our CI to use Heroku's service. We are now trying to work out how to get code coverage reports so that we don't merge with reduced cover...
Spracklen asked 24/10, 2017 at 11:2

1

I'm using Heroku CI (Beta) with my rails app and when my tests run they all fail with the following error: WARNING: Rails was not able to disable referential integrity. This is most likely caused ...
Jerrold asked 30/4, 2017 at 17:51
1

© 2022 - 2025 — McMap. All rights reserved.