Skip to content

Commit b986b3c

Browse files
authored
Update and rename chartlets-ci.yml to frontend-ci.yml
1 parent 11140b1 commit b986b3c

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed
Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
name: Chartlets CI workflow
2-
on: [push]
1+
name: Frontend CI workflow
32

4-
jobs:
5-
backend:
6-
runs-on: ubuntu-latest
7-
steps:
8-
- name: git-checkout chartlets
9-
uses: actions/checkout@v4
10-
11-
- name: Set up Micromamba
12-
uses: mamba-org/setup-micromamba@v1
13-
with:
14-
environment-file: chartlets.py/environment.yml
15-
16-
- name: Run unit tests
17-
shell: bash -l {0}
18-
run: |
19-
cd chartlets.py
20-
pytest
21-
3+
on:
4+
push:
5+
paths:
6+
- chartlets.js/**
7+
8+
jobs:
229
frontend:
2310
runs-on: ubuntu-latest
2411
steps:

0 commit comments

Comments
 (0)