Add automated integration tests for all error-free hard-coded models #275
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
paths: ['**.R', 'tests/**', '**.Rd', '**.c', '**.cpp', '**.h', '**.hpp', 'DESCRIPTION', 'NAMESPACE', 'MAKEVARS', 'MAKEVARS.win', '**.yml'] | |
pull_request: | |
paths: ['**.R', 'tests/**', '**.Rd', '**.c', '**.cpp', '**.h', '**.hpp', 'DESCRIPTION', 'NAMESPACE', 'MAKEVARS', 'MAKEVARS.win'] | |
schedule: | |
- cron: '13 12 * * 1-5' | |
name: unit-tests | |
jobs: | |
unit-tests: | |
uses: jasp-stats/jasp-actions/.github/workflows/unittests.yml@master | |
with: | |
needs_JAGS: false | |
needs_igraph: false |