This commit is contained in:
Matthew Griffith 2020-03-12 19:33:36 -04:00
commit d2f7a3eabb

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