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 ab1784f commit 652da9dCopy full SHA for 652da9d
.github/workflows/build_and_test.yml
@@ -53,13 +53,7 @@ jobs:
53
key: pooch-cache
54
55
- name: Check if manifest has changed
56
- run: |
57
- if [ -n "$(git diff --exit-code ./src/fractal_helper_tasks/__FRACTAL_MANIFEST__.json)" ]; then
58
- echo "__FRACTAL_MANIFEST__.json has changed. Please run 'python src/fractal_helper_tasks/dev/create_manifest.py' and commit the changes."
59
- exit 1
60
- else
61
- echo "__FRACTAL_MANIFEST__.json has not changed."
62
- fi
+ run: fractal-manifest check --package fractal-helper-tasks
63
64
- name: Test tasks with pytest
65
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing -s --log-cli-level debug
0 commit comments