Skip to content

Commit

Permalink
ci(performance): test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Mar 6, 2025
1 parent c56e695 commit 26f5426
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ jobs:
run: pnpm --filter performance testenv:compose up --wait --build -d

- name: Start Mock Account Entity Services
run: pnpm --filter performance start-mases > mases.log 2>&1 &
run: |
set -e
pnpm --filter performance start-mases > mases.log 2>&1 &
- name: Run performance tests
id: perf_test
Expand Down

0 comments on commit 26f5426

Please sign in to comment.