Skip to content

Commit

Permalink
Update checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Dec 7, 2024
1 parent 7c70afe commit c64e318
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
AEMET_API_KEY: ${{ secrets.AEMET_API_KEY_CODECOV }}
AEMET_API_KEY01: ${{ secrets.AEMET_API_KEY_PKGDOWN }}
AEMET_API_KEY02: ${{ secrets.AEMET_API_KEY }}

AEMET_API_KEY01: ${{ secrets.AEMET_API_KEY }}

steps:
- uses: actions/checkout@v4
Expand All @@ -31,10 +29,6 @@ jobs:
with:
extra-packages: any::covr, any::xml2
needs: coverage

- name: R CMD Check examples
if: ${{ !cancelled() }}
uses: r-lib/actions/check-r-package@v2

- name: Test coverage
if: ${{ !cancelled() }}
Expand Down

0 comments on commit c64e318

Please sign in to comment.