Skip to content

Commit

Permalink
Shorten GitHub Actions job names
Browse files Browse the repository at this point in the history
In the web UI, the Racket version has been elided by "...". Try to
make the names short enough to avoid this.
  • Loading branch information
greghendershott committed Jan 15, 2025
1 parent 135fefe commit 9e6ea1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- emacs_version: 'snapshot'
racket_version: 'current'
allow_failure: true
name: Ubuntu Emacs ${{ matrix.emacs_version }} and Racket ${{ matrix.racket_version }}
name: Ubuntu Emacs:${{ matrix.emacs_version }} Racket:${{ matrix.racket_version }}
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- '29.1' # most recent release
racket_version:
- 'stable' # most recent release
name: Windows Emacs ${{ matrix.emacs_version }} and Racket ${{ matrix.racket_version }}
name: Windows Emacs:${{ matrix.emacs_version }} Racket:${{ matrix.racket_version }}
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down

0 comments on commit 9e6ea1f

Please sign in to comment.