diff --git a/.github/actions/run_tests/action.yaml b/.github/actions/run_tests/action.yaml index fdc0226f..9ab6c6ca 100644 --- a/.github/actions/run_tests/action.yaml +++ b/.github/actions/run_tests/action.yaml @@ -39,12 +39,7 @@ runs: echo 'DEPS_INSTALLED=true' >> $GITHUB_ENV shell: bash - - name: Linting - if: ${{ env.DEPS_INSTALLED == 'true' }} - run: poetry run poe lint - shell: bash - - - name: Testing + - name: Linting & Testing if: ${{ env.DEPS_INSTALLED == 'true' }} run: poetry run poe test shell: bash