Skip to content

Commit

Permalink
tmp: display output for debugging. Let fn set retry value
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed May 20, 2024
1 parent dcfb739 commit e7a0f07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/apps-test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ jobs:
}
test_output <- shinycoreci::test_in_local(
apps = apps,
retries = 1,
assert = FALSE
)
shinycoreci::save_test_results(
Expand Down
2 changes: 1 addition & 1 deletion R/test-in-local.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test_in_local <- function(
}

# (break statements at beginning and end of while loop)
show_output <- FALSE
show_output <- TRUE # temp enable output for debugging
while (TRUE) {
# get all positions that should be tested
to_test_positions <- which(test_dt$status %in% c(ci_status$fail, ci_status$default))
Expand Down

0 comments on commit e7a0f07

Please sign in to comment.