E2E test with minikube on gh action (#513)

* add minikube as e2e test server

* fix format

* update env

* force no skip

* fix then

* finish skip test

* add skip blocker

* fix path

* output skipped case

* enable test env var

* final merge

* add missing file
This commit is contained in:
Boshi Lian
2020-11-01 12:30:51 -08:00
committed by GitHub
parent 16845bae1d
commit af7be8603a
8 changed files with 216 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.7.1" />
</ItemGroup>
</Project>