Skip to content

Commit

Permalink
make sure R is installed before using Rscript
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Dec 20, 2024
1 parent 67f6717 commit 7d2de03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apps-test-precheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- name: GitHub Pull
uses: actions/checkout@v4

- name: Setup R
uses: r-lib/actions/setup-r@v2
- name: Validate testing files
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 7d2de03

Please sign in to comment.