Skip to content

Commit 99d0c5e

Browse files
committed
Fix typo in script name
1 parent 9bef0d8 commit 99d0c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ blocks:
142142
- export NODE_OPTIONS='--max-old-space-size=1536'
143143
- cd examples/performance
144144
- npm install
145-
- ../../ci/tests/run_perf_tests.sh
145+
- bash -c '../../ci/tests/run_perf_test.sh'
146146

147147
- name: "Linux amd64: Release"
148148
dependencies: [ ]

0 commit comments

Comments
 (0)