Skip to content

Commit 3e4366f

Browse files
Update .github/workflows/load_testing.yml
Co-authored-by: Павел Ральников <112890673+PaulRalnikov@users.noreply.github.com>
1 parent e73c610 commit 3e4366f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/load_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
./FlameGraph/flamegraph.pl out.folded > ${{ env.FLAMEGRAPH_OUTPUT_DIR }}/flamegraph.svg
118118
119119
- name: Create HTML
120-
run: python3 scripts/generate-html.py ./${{ flamegraph }}
120+
run: python3 scripts/generate-html.py ./${{ env.FLAMEGRAPH_ARTIFACT_DIR }}
121121

122122
- name: Put github context to json file
123123
run: echo '${{ toJson(github) }}' > github_context.json

0 commit comments

Comments
 (0)