Skip to content

Commit

Permalink
VISCtemplates modifications for standard test-coverage yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Nov 6, 2024
1 parent 32f4005 commit b19f8eb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, develop]
pull_request:
branches: [main, master]
branches: [main, master, develop]

name: test-coverage.yaml

Expand All @@ -19,6 +19,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-tinytex@v2

- name: Preinstall required latex packages
run: >
tlmgr install
lastpage morefloats parskip pdflscape textpos multirow lipsum
fancyhdr colortbl soul setspace relsize makecell threeparttable
threeparttablex environ trimspaces
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit b19f8eb

Please sign in to comment.