File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- name : CI
1+ name : Tests
22
33on : [push]
44
1616 run : npm ci
1717 - name : Lint source
1818 run : npm run lint
19- - uses : actions/checkout@v1
20- - name : Use Node.js 12
21- uses : actions/setup-node@v1
22- with :
23- node-version : 12.x
24- - name : Install dependencies
25- run : npm ci
2619 - name : Run tests
2720 run : npm run test
2821 - name : Run demo test
4336 with :
4437 python-version : 3.8
4538 - name : Install Dash
46- run : pip install dash[dev]
39+ run : python -m pip install dash[dev]
4740 - name : Build dash-bootstrap-components
4841 run : npm run build
4942 - name : Upload generated files
6760 env :
6861 HUB_HOST : hub
6962 HUB_PORT : 4444
70-
7163 steps :
7264 - uses : actions/checkout@v1
7365 - name : Set up Python 3.8
Original file line number Diff line number Diff line change 1616 <a href =" https://github.com/facultyai/dash-bootstrap-components/issues/new?template=feature.md " >Request a feature</a >
1717 <br >
1818 <br >
19- <img alt =" GitHub Actions " src =" https://github.com/facultyai/dash-bootstrap-components/workflows/CI /badge.svg?branch=master " >
19+ <img alt =" GitHub Actions " src =" https://github.com/facultyai/dash-bootstrap-components/workflows/Tests /badge.svg?branch=master " >
2020 <img alt =" GitHub " src =" https://img.shields.io/github/license/facultyai/dash-bootstrap-components " >
2121 <img alt =" PyPI " src =" https://img.shields.io/pypi/v/dash-bootstrap-components " >
2222 <img alt =" Conda (channel only) " src =" https://img.shields.io/conda/vn/conda-forge/dash-bootstrap-components " >
Original file line number Diff line number Diff line change 1414 <a href =" https://github.com/facultyai/dash-bootstrap-components/issues/new?template=feature.md " >Request a feature</a >
1515 <br >
1616 <br >
17- <img alt =" GitHub Actions " src =" https://github.com/facultyai/dash-bootstrap-components/workflows/CI /badge.svg?branch=master " >
17+ <img alt =" GitHub Actions " src =" https://github.com/facultyai/dash-bootstrap-components/workflows/Tests /badge.svg?branch=master " >
1818 <img alt =" GitHub " src =" https://img.shields.io/github/license/facultyai/dash-bootstrap-components " >
1919 <img alt =" PyPI " src =" https://img.shields.io/pypi/v/dash-bootstrap-components " >
2020 <img alt =" Conda (channel only) " src =" https://img.shields.io/conda/vn/conda-forge/dash-bootstrap-components " >
You can’t perform that action at this time.
0 commit comments