Skip to content

Commit f75dd7b

Browse files
authored
bugfix
1 parent a0c26f5 commit f75dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance-large-org.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Start STS Server
8383
run: |
8484
nohup jmeter/bin/simple-table-server.sh \
85-
-DjmeterPlugin.sts.datasetDirectory=${{ env.GITHUB_WORKSPACE }}/${{ env.large-org-home }} \
85+
-DjmeterPlugin.sts.datasetDirectory=$GITHUB_WORKSPACE/${{ env.large-org-home }} \
8686
-DjmeterPlugin.sts.daemon=true \
8787
-DjmeterPlugin.sts.port=9191 \
8888
&

0 commit comments

Comments
 (0)