Skip to content

Commit

Permalink
Update ctest2ci.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jul 11, 2024
1 parent 1758ad6 commit be4653b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/ctest2ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@
fold_stack = list()
printable = set(string.printable)


def set_output(name, value):
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
print(f'{name}={value}', file=fh)


def start_fold(tag):
sys.stdout.write('::group::{}\n'.format(tag))
fold_stack.append(tag)
Expand Down

0 comments on commit be4653b

Please sign in to comment.