Skip to content

Commit

Permalink
remove uploading artifact from testmo action
Browse files Browse the repository at this point in the history
  • Loading branch information
karola312 committed Jan 17, 2025
1 parent 49f625f commit cf035dc
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/actions/testmo/testmo-threads-submit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,3 @@ runs:
TESTMO_URL: ${{ inputs.testmoUrl }}
TESTMO_TOKEN: ${{ inputs.testmoToken }}
TESTMO_RUN_ID: ${{ inputs.testmoRunId}}
- name: Download reports artifacts
uses: actions/download-artifact@v4
with:
path: ./cypress/reports
- name: Create reports dir
continue-on-error: true
shell: bash
run: npm run qa:create-artifacts-dirs
- name: Merge report files
continue-on-error: true
shell: bash
run: npm run qa:generate-html-report
- name: Move artifacts screenshots into reports dir
continue-on-error: true
shell: bash
run: npm run qa:artifact-move-screenshots
- name: Upload reports
uses: actions/upload-artifact@v4
if: always()
with:
name: combined-report
path: ./cypress/reports
retention-days: 5
if-no-files-found: ignore

0 comments on commit cf035dc

Please sign in to comment.