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

@@ -4,7 +4,7 @@
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>