Skip to content

Commit a36afc9

Browse files
author
mike dupont
committed
fixing syntax
1 parent 4f16e4f commit a36afc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fail-fast: false
6767
matrix:
6868
# prof, heap, cpu,
69-
perf: [ no, , heap, cpu, prof, all]
69+
perf: [ no, heap, cpu, prof, all ]
7070
node_version: [ 18,20,22 ]
7171

7272
test_type: [ 'Voting integration tests' ]
@@ -136,9 +136,9 @@ jobs:
136136
mv isolate-*-v8.log "${OUTPUT_TEST_DIR}" || echo ok
137137
mv Heap.*.heapprofile "${OUTPUT_TEST_DIR}" || echo ok
138138
mv CPU.*.cpuprofile "${OUTPUT_TEST_DIR}" || echo ok
139-
find -name \*log
140-
find -name \*.cpuprofile
141-
find -name \*.heapprofile
139+
find . -name \*log
140+
find . -name \*.cpuprofile
141+
find . -name \*.heapprofile
142142
continue-on-error: true
143143

144144
- name: Upload test results

0 commit comments

Comments
 (0)