Skip to content

Commit

Permalink
Merge pull request #21 from liweinan/fix_ci
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
liweinan committed Dec 6, 2023
2 parents c387747 + dbfc89e commit 67d28a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with ${{ matrix.jdk-distribution }} ${{ matrix.jdk-version }}
name: Java CI with Maven

on:
push:
Expand All @@ -15,7 +15,7 @@ on:
branches: [ "main" ]

jobs:
build-test-matrix:
build:
name: ${{ matrix.jdk-distribution }}-${{ matrix.jdk-version }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 67d28a7

Please sign in to comment.