- 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:
|
||||
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
||||
Configuration: 'Release'
|
||||
DotFuscatorGeneratedPath: 'winPEAS\winPEASexe\binaries\Obfuscated Releases\Dotfuscated'
|
||||
|
||||
steps:
|
||||
# checkout
|
||||
@ -44,8 +43,8 @@ jobs:
|
||||
run: msbuild $env:Solution_Path
|
||||
|
||||
# Execute all unit tests in the solution
|
||||
#- name: Execute unit tests
|
||||
# run: dotnet test $env:Solution_Path
|
||||
- name: Execute unit tests
|
||||
run: dotnet test $env:Solution_Path
|
||||
|
||||
|
||||
create_pull_request:
|
||||
@ -60,11 +59,7 @@ jobs:
|
||||
# PR
|
||||
- name: Pull Request
|
||||
uses: repo-sync/pull-request@v2
|
||||
#uses: peter-evans/create-pull-request@v3
|
||||
#env:
|
||||
# GITHUB_TOKEN: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||
with:
|
||||
destination_branch: "master"
|
||||
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||
#branch: "master"
|
||||
#token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user