Skip to content

Commit

Permalink
feat(#1): update memory-leak-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t.chelebi committed Sep 5, 2023
1 parent f192073 commit 10d1edd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/memory-leak-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
steps.cache-pnpm-dependencies.outputs.cache-hit != 'true' ||
steps.cache-pnpm-packages.outputs.cache-hit != 'true'
- name: Run dev and memory leak testing
run: |
pnpm run dev &
sleep 60 &
memlab run -v --scenario ./memlab/memoryLeakTest.js
- name: Run dev
run: pnpm run dev &

- name: Run memlab
run: memlab run -v --scenario ./memlab/memoryLeakTest.js
env:
CI: true

0 comments on commit 10d1edd

Please sign in to comment.