Skip to content

Commit 11140b1

Browse files
authored
Update chartlets-ci.yml
1 parent 97d25f6 commit 11140b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chartlets-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Chartlets CI workflow
22
on: [push]
33

44
jobs:
5-
backend_chartlets-py:
5+
backend:
66
runs-on: ubuntu-latest
77
steps:
88
- name: git-checkout chartlets
@@ -19,7 +19,7 @@ jobs:
1919
cd chartlets.py
2020
pytest
2121
22-
frontend_react-ts:
22+
frontend:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: git-checkout chartlets

0 commit comments

Comments
 (0)