From 8ab28b123a210126a6a6a91e3696c8b4afce05c6 Mon Sep 17 00:00:00 2001 From: Mehul Kar Date: Fri, 13 Oct 2023 21:11:33 -0500 Subject: [PATCH] yes --- .github/workflows/bench-turborepo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bench-turborepo.yml b/.github/workflows/bench-turborepo.yml index 016cef0ac3405..7b67774a353c7 100644 --- a/.github/workflows/bench-turborepo.yml +++ b/.github/workflows/bench-turborepo.yml @@ -78,7 +78,8 @@ jobs: - name: Augment ttft data run: | - node -r esbuild-register ./benchmark/src/ttft-augment.ts ./benchmark/ttft.json ${{github.run_id}} + cd benchmark && node -r esbuild-register ./src/ttft-augment.ts ./ttft.json ${{github.run_id}} + cat ./ttft.json # - name: Add Github Action Run URL to JSON # run: |