Cleanup workflows

This commit is contained in:
CrazyMax 2020-05-06 23:55:10 +02:00
parent ce8d5a88dc
commit 4258956a57

View File

@ -22,17 +22,9 @@ jobs:
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v2
-
name: Build
run: |
npm install
npm run build
-
name: Install
run: npm ci
-
name: Build
run: npm run build
run: npm install
-
name: Test
run: npm run test