Skip to content

Commit 559707b

Browse files
committed
Rename tests workflow
1 parent 39afbb5 commit 559707b

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.github/workflows/ci.yml renamed to .github/workflows/tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Tests
22

33
on: [push]
44

@@ -16,13 +16,6 @@ jobs:
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
@@ -43,7 +36,7 @@ jobs:
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
@@ -67,7 +60,6 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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">

landing-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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">

0 commit comments

Comments
 (0)