Skip to content

Commit

Permalink
second try to generate artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ebehner committed Nov 12, 2024
1 parent 4eb5c00 commit cb97fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extended-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion tests/test_sample_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit cb97fb0

Please sign in to comment.