Skip to content

Commit

Permalink
fix missed bit from revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Jun 12, 2024
1 parent 1fbe2d9 commit 3095c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/automerge-integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ hello_world_commit2 = "57b0aec49622faa962c6752d4bc39a62b91fe37c"
requires_commit,
), # FAIL: new package name is not a Julia identifier
])
@info "Performing integration tests with settings" test_number master_dir feature_dir public_dir title point_to_slack check_license pass pass_consistency commit
@info "Performing integration tests with settings" test_number master_dir feature_dir public_dir title point_to_slack check_license pass commit
with_master_branch(
templates(master_dir), "master"; GIT=GIT, repo_url=repo_url_with_auth
) do master
Expand Down Expand Up @@ -235,7 +235,7 @@ hello_world_commit2 = "57b0aec49622faa962c6752d4bc39a62b91fe37c"
check_license=check_license,
public_registries=public_registries,
)
@info "Running integration test for " test_number master_dir feature_dir public_dir title point_to_slack check_license pass pass_consistency commit
@info "Running integration test for " test_number master_dir feature_dir public_dir title point_to_slack check_license pass commit
if pass
run_thunk()
else
Expand Down

0 comments on commit 3095c88

Please sign in to comment.