Skip to content

Commit

Permalink
Update github actions v1
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Mar 20, 2024
1 parent 54c0250 commit 9c671f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
install.packages(c("remotes","rcmdcheck"), repos = "https://cloud.r-project.org")
remotes::install_deps(dependencies = TRUE)
remotes::install_github("JGCRI/rpackageutils")
remotes::install_github("bc3LC/rfasst@dev_k")
shell: Rscript {0}

- name: Check
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rcmdcheck","covr"), repos = "https://cloud.r-project.org")
remotes::install_github("JGCRI/rpackageutils")
install.packages(c("remotes","rcmdcheck"), repos = "https://cloud.r-project.org")
remotes::install_deps(dependencies = TRUE)
remotes::install_github("JGCRI/rpackageutils")
remotes::install_github("bc3LC/rfasst@dev_k")
shell: Rscript {0}

- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion inst/rfasstui/rsconnect/shinyapps.io/bc3lc/rfasstui.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: bc3lc
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11517388
bundleId: 8394240
bundleId: 8395669
url: https://bc3lc.shinyapps.io/rfasstui/
version: 1

0 comments on commit 9c671f5

Please sign in to comment.