Skip to content

Commit

Permalink
Fix scheduled inputs (#634)
Browse files Browse the repository at this point in the history
Part of insightsengineering/nestdevs-tasks#98

`extra-deps` was badly formed

---------

Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: Marcin <[email protected]>
Co-authored-by: m7pr <[email protected]>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent e5ad43e commit b52deaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,21 @@ jobs:
strategy:
fail-fast: false
matrix:
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
pair:
- { test-strategy: "min_cohort", repos: "" }
- { test-strategy: "min_isolated", repos: "" }
- { test-strategy: "release", repos: "" }
- { test-strategy: "max", repos: "https://pharmaverse.r-universe.dev" }
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
name: Dependency Test - ${{ matrix.pair.test-strategy }} 🔢
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }}
with:
strategy: ${{ matrix.test-strategy }}
strategy: ${{ matrix.pair.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
extra-deps: |
insightsengineering/teal.code
additional-repos: ${{ matrix.pair.repos }}
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Imports:
utils
Suggests:
knitr (>= 1.42),
MultiAssayExperiment,
MultiAssayExperiment (>= 1.32.0),
rmarkdown (>= 2.23),
SummarizedExperiment,
SummarizedExperiment (>= 1.36.0),
testthat (>= 3.1.8),
withr (>= 2.1.0)
VignetteBuilder:
Expand Down

0 comments on commit b52deaa

Please sign in to comment.