From b756b2a3323cf1509509a319f7c0a93331e41cfe Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:06:02 +0000 Subject: [PATCH] Debug --- .github/workflows/ci.yml | 4 ++-- libcnb-test/tests/integration_test.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95d98270..a4881e35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ name: CI on: push: # Avoid duplicate builds on PRs. - branches: - - main + # branches: + # - main pull_request: permissions: diff --git a/libcnb-test/tests/integration_test.rs b/libcnb-test/tests/integration_test.rs index c50d7c5d..097f0f7e 100644 --- a/libcnb-test/tests/integration_test.rs +++ b/libcnb-test/tests/integration_test.rs @@ -479,7 +479,7 @@ fn logs_work_after_container_crashed() { #[test] #[ignore = "integration test"] -#[should_panic(expected = "Port `0' not valid")] +// #[should_panic(expected = "Port `0' not valid")] fn expose_port_invalid_port() { TestRunner::default().build( BuildConfig::new("heroku/builder:22", "tests/fixtures/procfile")