Skip to content

Commit 92ccc8e

Browse files
committed
Merge pull request plotly#141 from jbampton/style-circleci-config
💄 the CircleCI config file.
1 parent 1ef9a29 commit 92ccc8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: packages/dash-html-components/.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- checkout
1515

1616
- run:
17-
name: Write job name
17+
name: ✍️ Write job name
1818
command: echo $CIRCLE_JOB > circlejob.txt
1919

2020
- run:
21-
name: Install dependencies
21+
name: 🏗️ Install dependencies
2222
command: |
2323
sudo pip install virtualenv --upgrade
2424
python -m venv venv || virtualenv venv
@@ -27,7 +27,7 @@ jobs:
2727
npm install --ignore-scripts
2828
2929
- run:
30-
name: Install dependencies (dash)
30+
name: 🏗️ Install dependencies (dash)
3131
command: |
3232
git clone --depth 1 [email protected]:plotly/dash.git dash-main
3333
git clone --depth 1 [email protected]:plotly/dash-core-components.git
@@ -39,15 +39,15 @@ jobs:
3939
cd dash-table && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
4040
4141
- run:
42-
name: Build
42+
name: 🧰 Build
4343
command: |
4444
. venv/bin/activate
4545
python --version
4646
npm run clean
4747
npm run build
4848
4949
- run:
50-
name: Run tests
50+
name: 🧪 Run tests
5151
command: |
5252
. venv/bin/activate
5353
python --version

0 commit comments

Comments
 (0)