Skip to content

Commit

Permalink
test: e2e test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Jun 27, 2024
1 parent 4b5e39f commit 1048c44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# run: make e2e-test
e2e-windows:
name: e2e test on windows
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: checkout code
uses: actions/checkout@v2
Expand All @@ -46,6 +46,9 @@ jobs:
# Install K3d.
scoop install k3d
# Check docker images.
docker images
# Create k3s-default cluster.
k3d cluster create k3s-default
Expand Down

0 comments on commit 1048c44

Please sign in to comment.