Fix name for test project and remove redundant configuration settings for test

This commit is contained in:
Paul Hatcherian 2020-01-25 12:08:27 -05:00
parent 709e271b17
commit e4de6a96b5

View file

@ -1,4 +1,4 @@
name: "test-local"
name: "Test and Run"
on:
pull_request:
push:
@ -15,7 +15,7 @@ jobs:
- name: NPM Install
run: npm ci
- name: Test
run: git config --global user.name "Test User" && git config --global user.email "test@example.com" && npm test
run: npm test
- name: Package
run: npm run package
- name: Run Action