Skip to content

Commit 54a31b4

Browse files
test-suite
1 parent a99f057 commit 54a31b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/run-test-suite/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ runs:
3737
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3838
with:
3939
name: ${{ inputs.test-type }}-test-results
40-
path: gateway-api/test-artefacts/
40+
path: gateway_api/test-artefacts/
4141
retention-days: 30
4242

4343
- name: "Check ${{ inputs.test-type }}-tests.xml exists"
4444
id: check
4545
if: always()
4646
shell: bash
4747
run: |
48-
if [[ -f "gateway-api/test-artefacts/${{ inputs.test-type }}-tests.xml" ]]; then
48+
if [[ -f "gateway_api/test-artefacts/${{ inputs.test-type }}-tests.xml" ]]; then
4949
echo "exists=true" >> "$GITHUB_OUTPUT"
5050
else
5151
echo "exists=false" >> "$GITHUB_OUTPUT"
@@ -55,4 +55,4 @@ runs:
5555
if: ${{ always() && steps.check.outputs.exists == 'true' }}
5656
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86
5757
with:
58-
paths: gateway-api/test-artefacts/${{ inputs.test-type }}-tests.xml
58+
paths: gateway_api/test-artefacts/${{ inputs.test-type }}-tests.xml

0 commit comments

Comments
 (0)