Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brandmaier/semtree
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed Mar 24, 2024
2 parents 03f49e8 + 6261764 commit 089d0bd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/R-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
workflow_dispatch

name: Tests

jobs:
document:
name: run tests
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::testthat
needs: pr-document

- name: run test
run: testthat::test_dir("tests/testthat/")
shell: Rscript {0}

0 comments on commit 089d0bd

Please sign in to comment.