Skip to content

Commit 8d1c172

Browse files
committed
test: action with custom max additional repos
1 parent 27a75ad commit 8d1c172

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/scheduled.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,19 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
31+
pair:
32+
- { test-strategy: "min_cohort", test-additional-repos: "" }
33+
- { test-strategy: "min_isolated", test-additional-repos: "" }
34+
- { test-strategy: "release", test-additional-repos: "" }
35+
- { test-strategy: "max", test-additional-repos: "https://pharmaverse.r-universe.dev" }
3236
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
3337
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
3438
secrets:
3539
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
3640
GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }}
3741
with:
38-
strategy: ${{ matrix.test-strategy }}
42+
strategy: ${{ matrix.pair.test-strategy }}
43+
additional-repos: ${{ matrix.pair.test-additional-repos }}
3944
additional-env-vars: |
4045
PKG_SYSREQS_DRY_RUN=true
4146
branch-cleanup:

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Suggests:
8282
VignetteBuilder:
8383
knitr,
8484
rmarkdown
85-
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
85+
Config/Needs/verdepcheck: tidyverse/ggplot2,
8686
rstudio/shiny, insightsengineering/teal, insightsengineering/teal.transform,
8787
mllg/checkmate, daattali/colourpicker, tidyverse/dplyr, rstudio/DT,
8888
tidyverse/forcats, daattali/ggExtra, aphalo/ggpmisc, aphalo/ggpp,

teal.modules.general.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 003390c8-e31f-4b87-957d-7943778020cc
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

0 commit comments

Comments
 (0)