We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a0733 commit 71117c8Copy full SHA for 71117c8
.github/workflows/loadtest.yml
@@ -82,6 +82,7 @@ jobs:
82
export RELEASE_TAG='${{ env.PLATFORM_IMAGE_TAG }}-${{ github.run_id }}'
83
export TEST='./vc-benchmark/jmeter/xAPI/xApi_load_test_5_60_1800.jmx'
84
export REPO='https://github.com/VirtoCommerce/vc-benchmark.git'
85
+ echo $RELEASE_TAG
86
export AUTH_TOKEN=${{ secrets.REPO_TOKEN }}
87
python3.8 loadtest.py && echo "finish"
88
0 commit comments