Skip to content

Commit

Permalink
Do libAFL experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Sep 21, 2023
1 parent 7c70037 commit e1e4b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/gcbrun_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def exec_command_from_github(pull_request_number):

def main():
"""Entrypoint for GitHub CI into run_experiment.py"""
# Dummy
logging.basicConfig(level=logging.INFO)
pull_request_number = int(os.environ['PULL_REQUEST_NUMBER'])
result = exec_command_from_github(pull_request_number)
Expand Down

0 comments on commit e1e4b1d

Please sign in to comment.