diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml deleted file mode 100644 index bb664b1..0000000 --- a/.github/workflows/tests.yaml +++ /dev/null @@ -1,26 +0,0 @@ -on: - push: - branches: [main, master, dev] - pull_request: - branches: [main, master, dev] - -name: Run tests - -jobs: - test: - 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: tests - - name: Run tests - run: | - testthat::test_dir("tests/testthat") - shell: Rscript {0}