diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d488a70..9e0e3ac 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,8 +41,7 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - if: ${{matrix.coverage}} - name: Clone https://github.com/erocarrera/pefile-tests + - name: Clone https://github.com/erocarrera/pefile-tests uses: actions/checkout@master with: repository: erocarrera/pefile-tests