Update CI-master_tests.yml

This commit is contained in:
Carlos Polop 2021-07-16 10:03:54 +01:00 committed by GitHub
parent 011114efc0
commit 67f88d52be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,9 +120,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: actions/checkout@master
- name: Build linpeas
run: |
@ -130,7 +128,7 @@ jobs:
cd linPEAS
python3 -m builder.linpeas_builder
- name: Run linpeas
run: linPEAS/linpeas.sh
run: linPEAS/linpeas.sh -h
- name: Create local changes
run: git add linPEAS/linpeas.sh