Skip to content

Commit ec869ad

Browse files
committed
feat(test/docs/ci): add ci/cd pipeline and deployment & enhance testing docs
1 parent 1fb09e6 commit ec869ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: 🛠️ Setup
1212
runs-on: ubuntu-latest
1313
outputs:
14-
cache-key: ${{ steps.cache-node.outputs.cache-key }}
14+
cache-hit: ${{ steps.cache-node.outputs.cache-hit }}
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/cache@v3
5151
with:
5252
path: ~/.npm
53-
key: ${{ needs.setup.outputs.cache-key }}
53+
key: ${{ needs.setup.outputs.cache-hit }}
5454
restore-keys: |
5555
${{ runner.os }}-node-
5656

0 commit comments

Comments
 (0)