Skip to content

Commit

Permalink
Not running the API functions during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hleegwater committed Dec 20, 2024
1 parent f069f01 commit cecc13a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, dev]
branches: [main, master, dev, fix_problems_CI]
pull_request:

name: R-CMD-check.yaml
Expand Down
4 changes: 2 additions & 2 deletions R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' See [set_api_url()] on how to set it.
#'
#' @examples
#' \donttest{
#' \dontrun{
#' get_api_url()
#' }
#'
Expand Down Expand Up @@ -50,7 +50,7 @@ set_api_url <- function(rspace_api_url) {
#' See [set_api_key()] on how to set it.
#'
#' @examples
#' \donttest{
#' \dontrun{
#' get_api_key()
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion man/get_api_key.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_api_url.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cecc13a

Please sign in to comment.