Skip to content

Commit

Permalink
modify ci yml
Browse files Browse the repository at this point in the history
Signed-off-by: zhichao-aws <zhichaog@amazon.com>
  • Loading branch information
zhichao-aws committed Jan 30, 2024
1 parent 0331a81 commit 86c6593
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
needs: Get-CI-Image-Tag
strategy:
matrix:
java:
- 11
- 17
- 21.0.1
java: [11, 17, 21]
name: Build and Test skills plugin on Linux
runs-on: ubuntu-latest
container:
Expand All @@ -65,14 +62,14 @@ jobs:
./gradlew publishToMavenLocal"
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

build-MacOS:
strategy:
matrix:
java: [ 11, 17 ]
java: [11, 17, 21]

name: Build and Test skills Plugin on MacOS
needs: Get-CI-Image-Tag
Expand All @@ -97,10 +94,7 @@ jobs:
build-windows:
strategy:
matrix:
java:
- 11
- 17
- 21.0.1
java: [11, 17, 21]
name: Build and Test skills plugin on Windows
needs: Get-CI-Image-Tag
runs-on: windows-latest
Expand Down

0 comments on commit 86c6593

Please sign in to comment.