Skip to content

Commit

Permalink
Manually add OS to test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Aug 5, 2024
1 parent f4618fc commit d844164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (${{ matrix.os }})
name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (ubuntu-latest)
runs-on: ubuntu-latest
env:
MIX_ENV: test
Expand Down

0 comments on commit d844164

Please sign in to comment.