Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Sep 26, 2024
1 parent 5c1e500 commit af11b94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sdk_load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Run Load Test
run: |
npx ts-node ./sdk_load_test/load_create_ip_with_existing_collection.ts > ./test_report/load_test_out.log 2>&1
npx ts-node ./sdk_load_test/load_create_ip_with_existing_collection.ts > >(tee ./test_report/load_test_out.log) 2>&1
continue-on-error: true

- name: Deploy report to GitHub Pages
if: always()
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit af11b94

Please sign in to comment.