Skip to content

Commit

Permalink
fix(ci): add fuzzy check logic
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Mar 15, 2024
1 parent 2a8a669 commit 4361a2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/zxc-lint-snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
with:
path: ${{ env.SNAP_DIRECTORY }}/.yarn/cache
key: yarn-cache-${{ inputs.snap-package-dir }}-${{ hashFiles(format('{0}/yarn.lock', env.SNAP_DIRECTORY)) }}
restore-keys: |
yarn-cache-${{ inputs.snap-package-dir }}-${{ hashFiles(format('{0}/yarn.lock', env.SNAP_DIRECTORY)) }}
yarn-cache-${{ inputs.snap-package-dir }}-
- name: Install Snap Dependencies
working-directory: ${{ env.SNAP_DIRECTORY }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/zxc-test-snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
with:
path: ${{ env.SNAP_DIRECTORY }}/.yarn/cache
key: yarn-cache-${{ inputs.snap-package-dir }}-${{ hashFiles(format('{0}/yarn.lock', env.SNAP_DIRECTORY)) }}
restore-keys: |
yarn-cache-${{ inputs.snap-package-dir }}-${{ hashFiles(format('{0}/yarn.lock', env.SNAP_DIRECTORY)) }}
yarn-cache-${{ inputs.snap-package-dir }}-
- name: Install Snap Dependencies
working-directory: ${{ env.SNAP_DIRECTORY }}
Expand Down

0 comments on commit 4361a2a

Please sign in to comment.