mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Reduce difference between local and CI environments (#1518)
* Clean up pyproject file This reduces the differences between local tasks and tasks run in the CI pipelines * remove linting step (it's part of test now) * remove useless arg
This commit is contained in:
parent
856f361271
commit
23bc0f2c8f
2 changed files with 37 additions and 55 deletions
9
.github/actions/run_tests/action.yaml
vendored
9
.github/actions/run_tests/action.yaml
vendored
|
@ -39,12 +39,7 @@ runs:
|
|||
echo 'DEPS_INSTALLED=true' >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: Linting
|
||||
- name: Linting & Testing
|
||||
if: ${{ env.DEPS_INSTALLED == 'true' }}
|
||||
run: poetry run poe ci-lint
|
||||
shell: bash
|
||||
|
||||
- name: Testing
|
||||
if: ${{ env.DEPS_INSTALLED == 'true' }}
|
||||
run: poetry run poe ci-test
|
||||
run: poetry run poe test
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue