Skip to content

Commit

Permalink
ci(test.yml): last modification in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bmascat committed Jun 24, 2024
1 parent 8acfe8a commit 06d99dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Install devtools
run: |
install.packages("devtools")
library(devtools)
shell: Rscript {0}

- name: Set CRAN mirror and install renv
run: |
options(repos = c(CRAN = "https://cloud.r-project.org"))
install.packages("renv")
shell: Rscript {0}

- name: Install dependencies
uses: r-lib/actions/setup-renv@v2
- name: Restore R package library
run: renv::restore()
shell: Rscript {0}

- name: Install devtools
run: |
renv::install("devtools")
shell: Rscript {0}

- name: Run tests
run: |
devtools::test()
shell: Rscript {0}
shell: Rscript {0}
Binary file modified results/figures/Fig1_cohort_description.pdf
Binary file not shown.
Binary file modified results/figures/Fig2_SS_analysis.pdf
Binary file not shown.
Binary file modified results/figures/Fig3_subgroups_phenotype_analysis.pdf
Binary file not shown.

0 comments on commit 06d99dc

Please sign in to comment.