reenable elm test suite now that elm is in the dependencies

This commit is contained in:
Matthew Griffith 2020-03-12 19:34:59 -04:00 committed by GitHub
parent d2f7a3eabb
commit 2b946b591f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,8 @@ jobs:
- name: Install
run: npm install
- name: Echo
run: echo "successfully installed"
# - name: Elm test suite
# run: npm run test
- name: Elm test suite
run: npm run test
# - name: Rendering test suite
# run: npm run test-rendering