Skip to content

Commit 1653f03

Browse files
committed
[mac_ai] testing: test: add a post_cleanup_ci entrypoint for the CI
1 parent 80c5b76 commit 1653f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/mac_ai/testing/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class Entrypoint:
100100

101101
def __init__(self):
102102
self.pre_cleanup_ci = cleanup_ci
103+
self.post_cleanup_ci = cleanup_ci
103104
self.prepare_ci = prepare_ci
104105
self.test_ci = test_ci
105106

0 commit comments

Comments
 (0)