From 8d1c17298520dfce119079ccdcfa09675cecf7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:51:10 +0000 Subject: [PATCH] test: action with custom max additional repos --- .github/workflows/scheduled.yaml | 9 +++++++-- DESCRIPTION | 2 +- teal.modules.general.Rproj | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 50cc3e050..29275275e 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -28,14 +28,19 @@ jobs: strategy: fail-fast: false matrix: - test-strategy: ["min_cohort", "min_isolated", "release", "max"] + pair: + - { test-strategy: "min_cohort", test-additional-repos: "" } + - { test-strategy: "min_isolated", test-additional-repos: "" } + - { test-strategy: "release", test-additional-repos: "" } + - { test-strategy: "max", test-additional-repos: "https://pharmaverse.r-universe.dev" } uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main name: Dependency Test - ${{ matrix.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-repos: ${{ matrix.pair.test-additional-repos }} additional-env-vars: | PKG_SYSREQS_DRY_RUN=true branch-cleanup: diff --git a/DESCRIPTION b/DESCRIPTION index 7349d7490..ce4650a99 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -82,7 +82,7 @@ Suggests: VignetteBuilder: knitr, rmarkdown -Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2, +Config/Needs/verdepcheck: tidyverse/ggplot2, rstudio/shiny, insightsengineering/teal, insightsengineering/teal.transform, mllg/checkmate, daattali/colourpicker, tidyverse/dplyr, rstudio/DT, tidyverse/forcats, daattali/ggExtra, aphalo/ggpmisc, aphalo/ggpp, diff --git a/teal.modules.general.Rproj b/teal.modules.general.Rproj index 4713d6572..4523f6a65 100644 --- a/teal.modules.general.Rproj +++ b/teal.modules.general.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 003390c8-e31f-4b87-957d-7943778020cc RestoreWorkspace: No SaveWorkspace: No