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 Jul 1, 2024
1 parent 8964ecb commit fad8964
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ on:
branches:
- ks-main
jobs:
# e2e:
# name: e2e test
# runs-on: ubuntu-20.04
# steps:
# - name: checkout code
# uses: actions/checkout@v2
# with:
# fetch-depth: 0
# - name: install Go
# uses: actions/setup-go@v2
# with:
# go-version: 1.22
# - name: Setup K3d
# uses: nolar/[email protected]
# - name: run e2e
# run: make e2e-test
e2e-linux:
name: e2e test
runs-on: ubuntu-20.04
steps:
- name: checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: Setup K3d
uses: nolar/[email protected]
- name: run e2e
run: make e2e-test OSTYPE=linux
e2e-windows:
name: e2e test on windows
runs-on: windows-2019
Expand Down

0 comments on commit fad8964

Please sign in to comment.