Skip to content

Commit

Permalink
Ember app Integration test validates Release Build and Web process lo…
Browse files Browse the repository at this point in the history
…ading Static Artifacts; includes fix to read custom error files via file server at runtime instead of at build time.
  • Loading branch information
mars committed Oct 24, 2024
1 parent e003526 commit b79b393
Show file tree
Hide file tree
Showing 13 changed files with 529 additions and 316 deletions.
111 changes: 62 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions buildpacks/static-web-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
workspace = true

[dependencies]
libcnb = "0.22.0"
libcnb = "=0.25.0"
commons_ruby = { git = "https://github.com/heroku/buildpacks-ruby", branch = "main", package = "commons" }
libherokubuildpack = { version = "=0.22.0", default-features = false, features = ["download", "fs", "log", "tar", "toml"] }
indoc = "2"
Expand All @@ -20,5 +20,5 @@ ureq = "2"
indexmap = "2"

[dev-dependencies]
libcnb-test = "=0.22.0"
libcnb-test = "=0.25.0"
test_support.workspace = true
Loading

0 comments on commit b79b393

Please sign in to comment.