Skip to content

Add automated integration tests for all error-free hard-coded models #275

Add automated integration tests for all error-free hard-coded models

Add automated integration tests for all error-free hard-coded models #275

Workflow file for this run

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