Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anushkafka committed Sep 26, 2024
1 parent 080f643 commit 82fe090
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ jobs:
with:
node-version: "${{ matrix.node-version }}"
cache: "yarn"
- uses: zendesk/cache@v3
with:
path: |
./node_modules/
./packages/zcli/node_modules/
./packages/zcli-core/node_modules/
./packages/zcli-apps/node_modules/
./packages/zcli-themes/node_modules/
key: node-modules-${{ runner.os }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('yarn.lock') }}
restore-keys: |
node-modules-${{ runner.os }}-${{ hashFiles('**/package.json') }}-
node-modules-${{ runner.os }}-
- run: yarn install
- run: yarn lint
- run: yarn test
Expand Down

0 comments on commit 82fe090

Please sign in to comment.