Skip to content

Commit

Permalink
add new test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Sampedro committed Mar 22, 2024
1 parent 13761fa commit bd3461d
Show file tree
Hide file tree
Showing 2 changed files with 6,704 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- uses: r-lib/actions/setup-tinytex@v2-branch
- uses: actions/download-artifact@v2

- name: Cache R packages
uses: actions/cache@v1
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
- name: Cache R packages
uses: actions/cache@v1
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

- name: Ubuntu config
run: |
Expand Down
Loading

0 comments on commit bd3461d

Please sign in to comment.