Skip to content

chore (deps) : Update Fabric8 Kubernetes Client to v6.9.1 #60

chore (deps) : Update Fabric8 Kubernetes Client to v6.9.1

chore (deps) : Update Fabric8 Kubernetes Client to v6.9.1 #60

Workflow file for this run

name: Windows Build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Java ${{ matrix.java }} Maven
runs-on: windows-latest
strategy:
matrix:
java: [11, 17]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build Project
run: mvn clean install -fkubernetes-client-demo-parent