File tree Expand file tree Collapse file tree
.github/actions/run-test-suite Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
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
You can’t perform that action at this time.
0 commit comments