mirror of
https://github.com/carlospolop/PEASS-ng
synced 2025-03-21 16:54:22 +01:00
Remove launch tests
This commit is contained in:
parent
f80c1f371e
commit
edab7cecba
8
.github/workflows/CI-master_tests.yml
vendored
8
.github/workflows/CI-master_tests.yml
vendored
@ -47,12 +47,12 @@ jobs:
|
|||||||
run: nuget restore $env:Solution_Path
|
run: nuget restore $env:Solution_Path
|
||||||
|
|
||||||
# build
|
# build
|
||||||
- name: run MSBuild
|
#- name: run MSBuild
|
||||||
run: msbuild $env:Solution_Path
|
# run: msbuild $env:Solution_Path
|
||||||
|
|
||||||
# Execute all unit tests in the solution
|
# Execute all unit tests in the solution
|
||||||
- name: Execute unit tests
|
#- name: Execute unit tests
|
||||||
run: dotnet test $env:Solution_Path
|
# run: dotnet test $env:Solution_Path
|
||||||
|
|
||||||
# Build & update all versions
|
# Build & update all versions
|
||||||
- name: Build all versions
|
- name: Build all versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user