mirror of https://github.com/actions/cache.git
Trim down test
This commit is contained in:
parent
73208b27ad
commit
2d75495358
|
@ -85,12 +85,3 @@ jobs:
|
|||
|
||||
- name: Install
|
||||
run: npm ci
|
||||
|
||||
- name: Prettier Format Check
|
||||
run: npm run format-check
|
||||
|
||||
- name: ESLint Check
|
||||
run: npm run lint
|
||||
|
||||
- name: Build & Test
|
||||
run: npm run test
|
||||
|
|
Loading…
Reference in New Issue