diff --git a/.github/workflows/ci_code_quality.yml b/.github/workflows/ci_code_quality.yml index 153f803e..85a5c2b5 100644 --- a/.github/workflows/ci_code_quality.yml +++ b/.github/workflows/ci_code_quality.yml @@ -50,4 +50,4 @@ jobs: run: pip3 install hatch - name: Run Pre-commit Hooks - run: hatch run lint-all + run: hatch run lint:all diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 1042c6e7..c30cc327 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -55,7 +55,7 @@ jobs: run: pip3 install hatch - name: "Run Tests" - run: hatch run test + run: hatch run test:unit - name: "Get current date" if: always()