Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-messier authored Sep 23, 2023
1 parent 34f23ea commit 6d8c2b3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: R Package CI
on:
push:
branches:
- main
- main
pull_request:
branches:
- main

- main

jobs:
build:
Expand All @@ -17,8 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Add CRAN repository
run: sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
- name: Add R Repository Key
run: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 51716619E084DAB9

- name: Set up R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 6d8c2b3

Please sign in to comment.