Skip to content

Commit 5a4a51d

Browse files
committed
test
1 parent 8fb3804 commit 5a4a51d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/analyze.yml

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

6060
- name: Download base branch bundle stats
6161
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
@@ -65,6 +65,7 @@ jobs:
6565
branch: ${{ github.event.pull_request.base.ref }}
6666
name: bundle_analysis.json
6767
path: .next/analyze/base/bundle
68+
continue-on-error: true
6869

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

0 commit comments

Comments
 (0)