Skip to content

Commit

Permalink
update test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Feb 7, 2025
1 parent 7b7a2d0 commit 5c9cbd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "CRAN=https://packagemanager.posit.co/cran/__linux__/${CODENAME}/latest" >> "$GITHUB_ENV"
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Query dependencies
run: |
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@ jobs:
test-coverage:
runs-on: ubuntu-latest
container: bioconductor/bioconductor_docker:devel

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v4
- name: Get Ubuntu Codename and Set CRAN URL
run: |
CODENAME=$(lsb_release -cs)
echo "CRAN=https://packagemanager.posit.co/cran/__linux__/${CODENAME}/latest" >> "$GITHUB_ENV"
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: devel
- name: Checkout Repository
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 5c9cbd7

Please sign in to comment.