Skip to content

Commit

Permalink
More descriptive github action name
Browse files Browse the repository at this point in the history
  • Loading branch information
cchristiansen committed Jul 27, 2023
1 parent e586fc4 commit fc7d225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
test:
name: Run tests on ${{ matrix.os }}
name: Run tests on ${{ matrix.os }} for R version ${{ matrix.r-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit fc7d225

Please sign in to comment.