Skip to content

Commit 2801a5e

Browse files
committed
WIP: workflow in windows
1 parent 8bb30e8 commit 2801a5e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/pit.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ on:
2929
push:
3030
jobs:
3131
run:
32-
runs-on: ubuntu-latest
33-
services:
34-
docker:
35-
image: docker:dind
36-
options: --privileged --shm-size=2g
32+
runs-on: windows-latest
33+
# services:
34+
# docker:
35+
# image: docker:dind
36+
# options: --privileged --shm-size=2g
3737
steps:
3838
- name: Check out branch
3939
uses: actions/checkout@v4
@@ -55,15 +55,17 @@ jobs:
5555
maven-version: '3.9.0'
5656
- name: Set up Helm
5757
uses: azure/[email protected]
58-
- name: Create k8s Kind Cluster
59-
uses: helm/kind-action@v1
60-
with:
61-
install_only: false
58+
# - name: Create k8s Kind Cluster
59+
# uses: helm/kind-action@v1
60+
# with:
61+
# install_only: false
6262
- name: Run PiT
63+
shell: bash
6364
env:
6465
CC_KEY: ${{ secrets.CC_KEY }}
6566
CC_CERT: ${{ secrets.CC_CERT }}
6667
run: |
68+
choco install kind -y
6769
[ -n "${{ inputs.skipcurrent }}" ] && A="$A --skip-current"
6870
[ -n "${{ inputs.skipdev }}" ] && A="$A --skip-dev"
6971
[ -n "${{ inputs.debug }}" ] && A="$A --debug"

0 commit comments

Comments
 (0)