mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-29 15:24:07 +03:00
Only run elm test suite at the moment
This commit is contained in:
parent
a8a0b802ae
commit
9f62a8c88f
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user