mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-31 02:02:19 -05:00
ci: skip cache
This commit is contained in:
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -45,18 +45,18 @@ jobs:
|
||||
run: pnpm install
|
||||
- name: Audit
|
||||
run: pnpm audit
|
||||
- name: Cache TypeScript and Jest
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
packages/*/lib
|
||||
packages/*/tsconfig.tsbuildinfo
|
||||
privatePackages/*/lib
|
||||
privatePackages/*/tsconfig.tsbuildinfo
|
||||
.jest-cache
|
||||
.verdaccio-cache
|
||||
key: ts-jest-${{ matrix.platform }}-${{ matrix.node }}-${{ github.run_id }}
|
||||
restore-keys: ts-jest-${{ matrix.platform }}-${{ matrix.node }}-
|
||||
# - name: Cache TypeScript and Jest
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: |
|
||||
# packages/*/lib
|
||||
# packages/*/tsconfig.tsbuildinfo
|
||||
# privatePackages/*/lib
|
||||
# privatePackages/*/tsconfig.tsbuildinfo
|
||||
# .jest-cache
|
||||
# .verdaccio-cache
|
||||
# key: ts-jest-${{ matrix.platform }}-${{ matrix.node }}-${{ github.run_id }}
|
||||
# restore-keys: ts-jest-${{ matrix.platform }}-${{ matrix.node }}-
|
||||
- name: run tests (main)
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: pnpm run test-main
|
||||
|
||||
Reference in New Issue
Block a user