Skip to content

Commit

Permalink
Dependency conformance tests (#2489)
Browse files Browse the repository at this point in the history
* feat: Add dependency conformance tests

* fix: Add Rothstein to wordlist
  • Loading branch information
cicdguy authored Aug 21, 2024
1 parent 06a2e02 commit c18dc62
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/verdepcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Dependency Conformance Test

on:
workflow_dispatch:

jobs:
dependency-test:
strategy:
fail-fast: false
matrix:
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
name: Dependency Conformance Test - ${{ matrix.test-strategy }}
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }}
with:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
extra-deps: |
lme4 (>= 1.1-35)
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ pre
prev
prm
quosures
Rothstein
recoded
renv
repo
Expand Down

0 comments on commit c18dc62

Please sign in to comment.