Skip to content

Commit

Permalink
Try moving test container volume into /workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 20, 2024
1 parent 5eb2502 commit f3cf343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/release-phase/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn project_uses_release_build_and_web_process_loads_artifacts() {
|ctx| {
let unique = Uuid::new_v4();
let local_storage_path = "./.integration-test-static-artifacts-storage";
let container_volume_path = "/static-artifacts-storage";
let container_volume_path = "/workspace/static-artifacts-storage";
let container_volume_url = "file://".to_owned() + container_volume_path;
let volume = local_storage_path.to_owned() + ":" + container_volume_path;

Expand Down

0 comments on commit f3cf343

Please sign in to comment.