1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 03:46:17 +02:00

Trim down test

This commit is contained in:
David Kale 2020-02-06 17:10:40 -05:00
parent 73208b27ad
commit 2d75495358

View file

@ -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