Only run elm test suite at the moment

This commit is contained in:
Matthew Griffith 2020-03-12 19:01:53 -04:00 committed by GitHub
parent a8a0b802ae
commit 9f62a8c88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
testing:
# The type of runner that the job will run on
runs-on: ubuntu-latest
@ -31,5 +31,5 @@ jobs:
- name: Elm test suite
run: npm run test
- name: Rendering test suite
run: npm run test-rendering
# - name: Rendering test suite
# run: npm run test-rendering