Skip to content

Commit

Permalink
fix(ci): remove caching from meteor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Aug 1, 2024
1 parent 15ca791 commit bc1ac15
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ jobs:
with:
meteor-release: ${{ matrix.meteorRelease }}

- name: cache dependencies
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-20-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-20-
- name: Install test dependencies
run: meteor npm ci

Expand Down

0 comments on commit bc1ac15

Please sign in to comment.