Skip to content

Commit af056fc

Browse files
committed
remove test
1 parent 5a4a51d commit af056fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/analyze.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
with:
5656
path: .next/analyze/__bundle_analysis.json
5757
name: bundle_analysis.json
58-
retention-days: 90
5958

6059
- name: Download base branch bundle stats
6160
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
@@ -65,7 +64,6 @@ jobs:
6564
branch: ${{ github.event.pull_request.base.ref }}
6665
name: bundle_analysis.json
6766
path: .next/analyze/base/bundle
68-
continue-on-error: true
6967

7068
# And here's the second place - this runs after we have both the current and
7169
# base branch bundle stats, and will compare them to determine what changed.

0 commit comments

Comments
 (0)