Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test compare action #4

Closed
wants to merge 16 commits into from
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pacta.workflow.utils
Title: Utility functions for PACTA workflows
Version: 0.0.0.9001
Version: 0.0.1
Authors@R:
c(person(given = "Alex",
family = "Axthelm",
Expand Down
2 changes: 1 addition & 1 deletion R/export_manifest.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
text = manifest_json,
con = manifest_path
)
return(invisible(manifest_json))
return(manifest_json)

Check warning on line 32 in R/export_manifest.R

View check run for this annotation

Codecov / codecov/patch

R/export_manifest.R#L32

Added line #L32 was not covered by tests
}

create_manifest <- function(
Expand Down