Skip to content

Commit

Permalink
Set env SERVERNAME. Does this fix R CMD Check?
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne authored May 3, 2024
1 parent cebc736 commit f7f9159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
SERVERNAME: 'kwb-servername'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f7f9159

Please sign in to comment.