Skip to content

Commit

Permalink
wip test TMP - if skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
p2edwards committed Nov 23, 2024
1 parent 36d23f8 commit 77c4f12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ should-run-npm-test:
- '{tsconfig.json,.swcrc,.babelrc*,.browserslistrc}' # compilers
- '{.editorconfig,.prettier*,.stylelint*,.eslint*,coffeelint*}' # linters
- '{.gitignore}' # (can affect tools)
- '.github/workflows/npm-test.yml' # ci

# WIP
# - '.github/workflows/npm-test.yml' # ci

should-run-pytest:
- '{kpi,kobo,hub}/**/*.!(md)' # backend
- 'dependencies/**/*.!(md)' # pip
- 'pyproject.toml' # (can affect build/tests)
- '.github/workflows/pytest.yml' # ci
# WIP
# - '.github/workflows/pytest.yml' # ci

should-run-darker:
- '{kpi,kobo,hub}/**/*.py' # .py
Expand Down

0 comments on commit 77c4f12

Please sign in to comment.