Skip to content

Commit 79a9b2d

Browse files
committed
ci: streamline build restoration in workflow
Updated the GitHub Actions workflow to enable build restoration by setting the 'restore-build' option to true, simplifying the caching process and improving efficiency during CI runs.
1 parent 16cd060 commit 79a9b2d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -517,14 +517,7 @@ jobs:
517517
- name: Node setup
518518
uses: ./.github/actions/setup
519519
with:
520-
pnpm-run-install: false
521-
pnpm-restore-cache: false
522-
523-
- name: Restore build
524-
uses: actions/cache@v4
525-
with:
526-
path: ./*
527-
key: ${{ github.sha }}
520+
restore-build: true
528521

529522
- name: Configure AWS credentials
530523
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)