Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Oct 31, 2023
1 parent cdd2eb4 commit b756b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
push:
# Avoid duplicate builds on PRs.
branches:
- main
# branches:
# - main
pull_request:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion libcnb-test/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b756b2a

Please sign in to comment.