Skip to content

Commit

Permalink
実行回数を増やす
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Nov 3, 2024
1 parent d79f3ef commit 653b121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: E2E Test sora-python-sdk
working-directory: sora-python-sdk
run: |
for i in {1..10}; do
for i in {1..50}; do
echo "---------------- $i 回目 ----------------"
sleep 10
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-relwithdebinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: E2E Test sora-python-sdk
working-directory: sora-python-sdk
run: |
for i in {1..10}; do
for i in {1..50}; do
echo "---------------- $i 回目 ----------------"
sleep 10
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'
Expand Down

0 comments on commit 653b121

Please # to comment.