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 7, 2024
1 parent 69f397a commit d54e312
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ jobs:
# continue-on-error: true
# run: yarn info --name-only
- name: Install Dependencies
run: yarn install --immutable
# run: yarn install --check-cache
# run: yarn install --immutable
run: npm ci

- name: Run ESLint
run: yarn lint
# - name: Run ESLint
# run: yarn lint

- name: Run TypeScript
run: yarn typecheck
# run: yarn typecheck
run: npm run typecheck

# test:
# name: Tests
Expand Down

0 comments on commit d54e312

Please sign in to comment.