Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
canlopes committed Nov 26, 2024
1 parent 00ea980 commit 3e975e6
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,6 @@ jobs:
e2e/artifacts/playwright/
!e2e/artifacts/playwright/*.webm
retention-days: 5

- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: all-blob-reports
path: e2e/blob-report/
retention-days: 5

test-argentX:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -213,11 +205,4 @@ jobs:
e2e/artifacts/playwright/
!e2e/artifacts/playwright/*.webm
retention-days: 5

- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: all-blob-reports
path: e2e/blob-report/
retention-days: 5

0 comments on commit 3e975e6

Please sign in to comment.