Added testing back into workflow run

This commit is contained in:
Drew Heavner
2020-11-13 16:36:31 -05:00
parent 627ca84c7a
commit 6079bfc827
+2 -2
View File
@@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v1
# - name: Run Tests
# run: npm run test
- name: Run Tests
run: npm run test
- name: Update v1 Tag
uses: hole19/git-tag-action@master