Skip to content

Commit

Permalink
Remove upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderboltsid committed Jul 1, 2024
1 parent 3ba7db7 commit ba3d657
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,3 @@ jobs:
check_name: 'e2e test report'
detailed_summary: true
require_passed_tests: true

- if: success() || failure() # always run even if the previous step fails
name: Upload e2e test artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: warn
overwrite: false
name: ${{ inputs.provider }} ${{ inputs.focus }} e2e artifacts
path: |
_artifacts

0 comments on commit ba3d657

Please sign in to comment.