-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* trigger pipeline on push for testing * add reusable workflow and test * make dependency matrix adaptable * Delete action.yml * Delete .github/workflows/test_no_cache.yaml
- Loading branch information
Showing
5 changed files
with
123 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Test the validation pipeline reusable workflow | ||
|
||
on: | ||
push: | ||
branches: | ||
- val-pipeline-mvp | ||
|
||
jobs: | ||
test-val-pipeline-buckbeats: | ||
uses: ./.github/workflows/val-pipeline.yaml | ||
with: | ||
target: buckbeak | ||
report_pkg_dir: ./tests/packages/buckbeak | ||
report_template_path: ./tests/packages/buckbeak/validation-template.Rmd | ||
report_rmarkdown_format: html_document | ||
additional_tlmgr_packages: "courier ec" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.