- update CI winpeas dev test
This commit is contained in:
parent
44f6d22489
commit
94212e403e
11
.github/workflows/CI-winpeas_dev_test.yml
vendored
11
.github/workflows/CI-winpeas_dev_test.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
||||||
Configuration: 'Release'
|
Configuration: 'Release'
|
||||||
DotFuscatorGeneratedPath: 'winPEAS\winPEASexe\binaries\Obfuscated Releases\Dotfuscated'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# checkout
|
# checkout
|
||||||
@ -44,8 +43,8 @@ jobs:
|
|||||||
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
|
||||||
|
|
||||||
|
|
||||||
create_pull_request:
|
create_pull_request:
|
||||||
@ -60,11 +59,7 @@ jobs:
|
|||||||
# PR
|
# PR
|
||||||
- name: Pull Request
|
- name: Pull Request
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
#uses: peter-evans/create-pull-request@v3
|
|
||||||
#env:
|
|
||||||
# GITHUB_TOKEN: ${{ secrets.PULL_REQUEST_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
destination_branch: "master"
|
destination_branch: "master"
|
||||||
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||||
#branch: "master"
|
|
||||||
#token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user