diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2df8758..4682b9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' # instead of using the local cache in .yarn folder, since it's in .gitignore - cache: 'yarn' + # cache: 'yarn' - name: Install dependencies run: yarn - name: Run Jest tests