From 9751c6656545ffb84b7e90ef6050526591b9713f Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Tue, 4 Aug 2020 11:56:05 -0600 Subject: [PATCH] ci: demonstrate capa runs against test file --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 107a8ad7..18ab6263 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,7 @@ jobs: matrix: include: - os: ubuntu-16.04 + # use old linux so that the shared library versioning is more portable artifact_name: capa asset_name: capa-linux - os: windows-latest @@ -38,7 +39,7 @@ jobs: - name: Build standalone executable run: pyinstaller .github/pyinstaller/pyinstaller.spec - name: Does it run? - run: dist/capa dist/capa + run: dist/capa "tests/data/Practical Malware Analysis Lab 01-01.dll_" - uses: actions/upload-artifact@v2 with: name: ${{ matrix.asset_name }}