Only run npm install in github action

This commit is contained in:
Matthew Griffith 2020-03-12 19:28:24 -04:00 committed by GitHub
parent 0f12fc2633
commit c940e3799f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,11 @@ jobs:
- name: Install
run: npm install
- name: Elm test suite
run: npm run test
- name: Echo
run: echo "successfully installed"
# - name: Elm test suite
# run: npm run test
# - name: Rendering test suite
# run: npm run test-rendering