Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField authored Sep 5, 2024
1 parent ef1c91d commit bab526f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down Expand Up @@ -54,6 +54,13 @@ jobs:
- name: Install package
run: R CMD INSTALL .

- name: init
run: |
rDataPipeline::fair_init(
name = "Sonia Mitchell",
identifier = "https://orcid.org/0000-0003-1536-2066",
endpoint = "http://localhost:8000/api/")
shell: Rscript {0}
- name: Test coverage
env:
_RUN_TESTS_: true
Expand Down

0 comments on commit bab526f

Please sign in to comment.