Skip to content

Commit

Permalink
ci: adds temporary action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 18, 2023
1 parent 5a847af commit 34ff149
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:
# Section to be removed before action is merged
# note: branch below needs to point to main instead of new-verdepcheck-strategy
push:
branches:
- verdepcheck_action
# end of section to be removed

jobs:
dependency-test:
strategy:
fail-fast: false
matrix:
test-strategy: ["min", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@new-verdepcheck-strategy # Change back to "@main"
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down
17 changes: 11 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,23 @@ BugReports: https://github.com/insightsengineering/nestcolor/issues
Depends:
R (>= 3.6)
Imports:
checkmate,
checkmate (> 2.1.0),
ggplot2 (>= 3.4.0),
lifecycle
lifecycle (>= 0.1.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 2.0)
knitr (>= 1.34),
rmarkdown (>= 1.11),
testthat (>= 3.0.4)
VignetteBuilder:
knitr
RdMacros:
lifecycle
biocViews:
Config/Needs/verdepcheck:
mllg/checkmate,
tidyverse/ggplot2,
r-lib/lifecycle,
yihui/knitr,
r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nestcolor 0.1.2.9001

* In development
* Specify minimal version of dependent packages.

# nestcolor 0.1.2

Expand Down

0 comments on commit 34ff149

Please sign in to comment.