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 af11b94 commit 7b0798f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sdk_load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
npm install
npm install --save @story-protocol/core-sdk [email protected]
- name: Compile TypeScript
run: npx tsc ./sdk_load_test/load_create_ip_with_existing_collection.ts

- name: Run Load Test
run: |
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 7b0798f

Please sign in to comment.