mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-29 15:24:07 +03:00
Only run npm install in github action
This commit is contained in:
parent
0f12fc2633
commit
c940e3799f
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user