Skip to content

Commit

Permalink
Merge pull request feder-cr#747 from surapuramakhil/main
Browse files Browse the repository at this point in the history
Update CI/CD to run tests before Review
  • Loading branch information
surapuramakhil authored Nov 4, 2024
2 parents 175502b + 46ded4e commit 3c6f469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Python CI
on:
push:
pull_request:
types: [opened, synchronize, reopened]

jobs:
test:
Expand All @@ -21,4 +22,4 @@ jobs:
run: pip install -r requirements.txt

- name: Run tests
run: pytest
run: pytest

0 comments on commit 3c6f469

Please sign in to comment.