Skip to content

Commit

Permalink
chore(CI): Rename job (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea authored Jul 17, 2020
1 parent 48af3d3 commit a21b954
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 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
# Test LTS releases
java: [8, 11]
name: "Test on Java ${{ matrix.java }} (${{ matrix.os }})"
name: "java${{ matrix.java }}-${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit a21b954

Please sign in to comment.