Skip to content

Commit

Permalink
chore: only pr test and linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Aug 23, 2024
1 parent 4e6f7f3 commit b86b169
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/lint-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
paths:
- app/**
- tests/**
Expand Down Expand Up @@ -39,16 +38,12 @@ jobs:
- name: Install dependencies
if: steps.cache-pipenv.outputs.cache-hit != 'true'
run: |
pipenv install --deploy --dev
pipenv install --system --deploy --dev
- name: pylint
run: |
pipenv run pylint app
pylint app
- name: pytest
uses: pavelzw/pytest-action@v2
with:
verbose: false
emoji: false
job-summary: true
report-title: 'pylint report'
- name: pylint
run: |
pytest

0 comments on commit b86b169

Please sign in to comment.