Skip to content

Commit ac69f13

Browse files
committed
繰り返し実行する
1 parent 85c67fe commit ac69f13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-debug.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,8 @@ jobs:
238238
- name: E2E Test sora-python-sdk
239239
working-directory: sora-python-sdk
240240
run: |
241-
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'
241+
for i in {1..10}; do
242+
echo "---------------- $i 回目 ----------------"
243+
sleep 10
244+
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'
245+
done

0 commit comments

Comments
 (0)