Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Apr 16, 2024
1 parent 740b45c commit 8f2fdce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -88,6 +88,7 @@ jobs:
key: ${{ runner.os }}-lerna-${{ hashFiles('**/yarn.lock') }}

- name: Cache @zarm-design/cli
id: cli_cache_id
uses: actions/cache@v3
with:
path: packages/zarm-cli/dist
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
key: ${{ runner.os }}-cli-${{ github.sha }}

- name: Cache @zarm-design/bem
id: bem_cache_id
uses: actions/cache@v3
with:
path: packages/bem/lib
Expand Down Expand Up @@ -156,6 +158,7 @@ jobs:
key: ${{ runner.os }}-bem-${{ github.sha }}

- name: Cache @zarm-design/icons
id: icons_cache_id
uses: actions/cache@v3
with:
path: packages/zarm-icons/lib
Expand Down

0 comments on commit 8f2fdce

Please sign in to comment.