Skip to content

Commit

Permalink
GitHub actions on pr (#51)
Browse files Browse the repository at this point in the history
* Run integration tests on pull_request

* Run pytest on pull_request

* Run pylint on pull_request
  • Loading branch information
Snicker7 authored and mbowcut2 committed Jun 19, 2024
1 parent 55ae603 commit 488ab00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Run Integration Tests

on:
push:
pull_request:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Pylint

on:
push:
pull_request:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Run Pytest

on:
push:
pull_request:

jobs:
build:
Expand Down

0 comments on commit 488ab00

Please sign in to comment.