Skip to content

Commit

Permalink
Use new chrome-for-testing buildpack for Heroku CI
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Sep 16, 2024
1 parent 6e5fe1a commit b8c1657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"heroku-redis:in-dyno"
],
"buildpacks": [
{
"url": "heroku-community/chrome-for-testing"
},
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
},
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
}
],
"env": {
"GOOGLE_CHROME_CHANNEL": "stable",
Expand Down

0 comments on commit b8c1657

Please sign in to comment.