Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
WIP test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 26, 2024
1 parent c691fa9 commit 7b0599e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
args = parse_args()

try:
raise TypeError('BUILD FAIL')

Check failure on line 14 in build.py

View workflow job for this annotation

GitHub Actions / build

BUILD FAIL

Check failure on line 14 in build.py

View workflow job for this annotation

GitHub Actions / build

BUILD FAIL

Check failure on line 14 in build.py

View workflow job for this annotation

GitHub Actions / build

BUILD FAIL

Check failure on line 14 in build.py

View workflow job for this annotation

GitHub Actions / build

BUILD FAIL
start = time.time()
execute_build(git_root, args)
end = time.time() - start
Expand Down

0 comments on commit 7b0599e

Please sign in to comment.