Remove accidental whitespace
This commit is contained in:
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
@@ -230,7 +230,7 @@ jobs:
|
||||
TESTRAIL_API_KEY: ${{ secrets.TESTRAIL_API_KEY }}
|
||||
TESTRAIL_RUN_ID: ${{ steps.testrailprep.outputs.run_id }}
|
||||
run: |
|
||||
for file in results-*.xml; do
|
||||
for file in results-*.xml; do
|
||||
echo "Handling $file"
|
||||
trcli -y -h $TESTRAIL_URL \
|
||||
--project-id $TESTRAIL_PROJECT_ID \
|
||||
|
||||
Reference in New Issue
Block a user