Skip to content

Commit 5c9a9d8

Browse files
committed
Fix GH action
1 parent d5e43ab commit 5c9a9d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmark.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Benchmark
4242
uses: CodSpeedHQ/action@v2
43-
with:
44-
run: |
45-
pnpm benchmark:sqlite
46-
pnpm benchmark:postgres
43+
working-directory: packages/cli
44+
run: |
45+
pnpm benchmark:sqlite
46+
pnpm benchmark:postgres

0 commit comments

Comments
 (0)