We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11140b1 commit b986b3cCopy full SHA for b986b3c
.github/workflows/chartlets-ci.yml .github/workflows/frontend-ci.yml.github/workflows/chartlets-ci.yml renamed to .github/workflows/frontend-ci.yml
@@ -1,24 +1,11 @@
1
-name: Chartlets CI workflow
2
-on: [push]
+name: Frontend CI workflow
3
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
+on:
+ push:
+ paths:
+ - chartlets.js/**
+
+jobs:
22
frontend:
23
runs-on: ubuntu-latest
24
steps:
0 commit comments