From cb97fb09679e4398cfc8cbe265593fcbcfe0834f Mon Sep 17 00:00:00 2001 From: Eva-Maria Behner Date: Tue, 12 Nov 2024 15:39:26 +0100 Subject: [PATCH] second try to generate artifacts --- .github/workflows/extended-pipeline.yml | 2 +- tests/test_sample_binaries.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/extended-pipeline.yml b/.github/workflows/extended-pipeline.yml index 38a2ab43..e4f074f0 100644 --- a/.github/workflows/extended-pipeline.yml +++ b/.github/workflows/extended-pipeline.yml @@ -30,5 +30,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: crash-reports - path: crash_reports/* + path: crash_reports retention-days: 1 # Adjust retention as needed \ No newline at end of file diff --git a/tests/test_sample_binaries.py b/tests/test_sample_binaries.py index af029800..80245cbb 100644 --- a/tests/test_sample_binaries.py +++ b/tests/test_sample_binaries.py @@ -29,7 +29,6 @@ def __add_sample_to_crashed_sample_folder(sample, function_name): shutil.copy(sample, output_file) - def test_globals(): """Test and ensure that display of global variables appear correct.""" base_args = ["python", "decompile.py"]