diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-11-06 11:17:46 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-11-07 13:19:05 +0000 |
commit | 85680ab703fddb69486be1a91d9a2273661bdfc6 (patch) | |
tree | ee89aa6a7923c7f05b0a7b26ceb26b538221d922 /.github/workflows | |
parent | 0fc9d4058c9e9b580f70d3595c5ea73d3130654a (diff) |
Fix directory name for s3p automation
Issue-ID: POLICY-5149
Change-Id: I57b8691b3a66a67aab40506dac6f2d4c50e1641f
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-policy-api-performance.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gerrit-policy-api-performance.yaml b/.github/workflows/gerrit-policy-api-performance.yaml index 47f436cd..96698f75 100644 --- a/.github/workflows/gerrit-policy-api-performance.yaml +++ b/.github/workflows/gerrit-policy-api-performance.yaml @@ -64,11 +64,11 @@ jobs: uses: actions/upload-artifact@v4 with: name: policy-api-s3p-results - path: ${{ github.workspace }}/testsuites/automate-performance/s3pTestResults.jtl + path: ${{ github.workspace }}/testsuites/automate-s3p-test/s3pTestResults.jtl - name: Archive JMeter logs uses: actions/upload-artifact@v4 with: name: policy-api-s3p-jmeter-log - path: ${{ github.workspace }}/testsuites/automate-performance/jmeter.log + path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log |