Skip to content

Commit ad8ba68

Browse files
committed
Revert "test: action with custom max additional repos"
This reverts commit 8d1c172.
1 parent 8d1c172 commit ad8ba68

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/scheduled.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,14 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
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" }
31+
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
3632
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
3733
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
3834
secrets:
3935
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
4036
GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }}
4137
with:
42-
strategy: ${{ matrix.pair.test-strategy }}
43-
additional-repos: ${{ matrix.pair.test-additional-repos }}
38+
strategy: ${{ matrix.test-strategy }}
4439
additional-env-vars: |
4540
PKG_SYSREQS_DRY_RUN=true
4641
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: tidyverse/ggplot2,
85+
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Version: 1.0
2-
ProjectId: 003390c8-e31f-4b87-957d-7943778020cc
32

43
RestoreWorkspace: No
54
SaveWorkspace: No

0 commit comments

Comments
 (0)