Skip to content

Commit

Permalink
chore(ci): fix broken restore cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Dec 6, 2024
1 parent 6a2cf33 commit e8d748e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/cache@v4
with:
path: ./lib
key: ${{ runner.os }}-node${{ matrix.node-version }}-build-${{ github.sha }}
key: ${{ runner.os }}-node-${{ matrix.node-version }}-build-${{ github.sha }}
restore-keys: |
${{ runner.os }}-node-18-build-
Expand Down Expand Up @@ -186,5 +186,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Native tests
- name: React Native tests
run: pnpm test:native

0 comments on commit e8d748e

Please sign in to comment.