Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
Cope from current version at dplyr
  • Loading branch information
matthewphamilton authored Sep 20, 2023
1 parent 84bb986 commit 35cb3ee
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,15 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: Install libcurl on Linux
if: runner.os == 'Linux'
run: |
sudo add-apt-repository ppa:cran/libgit2
sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::XML, any::covr
extra-packages: any::covr
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit 35cb3ee

Please sign in to comment.