Skip to content

Commit

Permalink
Merge pull request #53 from moshi4/fix-ci-workflow
Browse files Browse the repository at this point in the history
Fix CI workflow
  • Loading branch information
ponnhide authored Dec 21, 2023
2 parents 63b3c25 + 506c1bf commit 0f43abd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
push:
branches: [main, develop]
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
pull_request:
branches: [main, develop]
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
workflow_dispatch:

jobs:
Expand All @@ -31,4 +31,4 @@ jobs:
pip install .
- name: Run pytest
run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term
run: pytest tests --tb=line --cov=patchworklib --cov-report=xml --cov-report=term

0 comments on commit 0f43abd

Please sign in to comment.