Skip to content

Commit

Permalink
繰り返し実行する
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Nov 2, 2024
1 parent 85c67fe commit ac69f13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,8 @@ jobs:
- name: E2E Test sora-python-sdk
working-directory: sora-python-sdk
run: |
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'
for i in {1..10}; do
echo "---------------- $i 回目 ----------------"
sleep 10
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'
done

0 comments on commit ac69f13

Please # to comment.