Skip to content

Commit 8c0a30d

Browse files
committed
proper cwd
1 parent d5baca5 commit 8c0a30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cqn4sql-benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# cd ./db-service/bench/cqn4sql && CDS_BENCH=true cds test
4343

4444
- name: Build visualization
45+
working-directory: ${{ github.workspace }}/${{ env.BENCH_DIR }}
4546
run: |
4647
mkdir -p "dist/${SITE_SUBDIR}"
4748
node utils/visualize-benchmarks.js results/cqn4sql-benchmarks.json "dist/${SITE_SUBDIR}/index.html"

0 commit comments

Comments
 (0)