Skip to content

Commit

Permalink
TypeScript CI: Delete cache step.
Browse files Browse the repository at this point in the history
This cache step may not be effective because the lock files that it attempts to hash do not exist when the hash is computed at the beginning of the workflow.
  • Loading branch information
petervdonovan committed Jan 16, 2022
1 parent b245db4 commit 6e2e706
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
java-version: 11
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
- name: Cache .pnpm-store
uses: actions/cache@v1
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Install pnpm
run: npm i -g pnpm
- name: Install Dependencies Ubuntu
Expand Down

0 comments on commit 6e2e706

Please sign in to comment.