Skip to content

Commit

Permalink
ci: test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Aug 6, 2024
1 parent 2bb1a52 commit 3d914ec
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches:
- main

env:
CACHE_NAME: cache-node-modules
# env:
# CACHE_NAME: cache-node-modules

jobs:
lint:
Expand Down Expand Up @@ -65,17 +65,8 @@ jobs:
# run: yarn info --name-only

- name: Install Dependencies
# run: yarn install --immutable
run: yarn install --frozen-lockfile

- name: Log TypeScript Version
run: tsc --version

- name: Install Latest TypeScript Globally
run: npm install -g typescript@latest

- name: Log TypeScript Version
run: tsc --version
# run: yarn install --immutable --immutable-cache
run: yarn install --check-cache

- name: Run ESLint
run: yarn lint
Expand Down

0 comments on commit 3d914ec

Please sign in to comment.