Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 15, 2023
1 parent 1a0b26c commit 64125dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
working-directory: ./bc_obps
#----------------------------------------------
# run test suite and output coverage file
#----------------------------------------------
- name: pylint
run: poetry run pylint
working-directory: ./bc_obps
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit 64125dc

Please sign in to comment.