From 1c6d21011b573bf9a080fb43583c28cc35e462c0 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Fri, 22 Mar 2024 14:31:38 -0600 Subject: [PATCH] GitHub actions on pr (#51) * Run integration tests on pull_request * Run pytest on pull_request * Run pylint on pull_request --- .github/workflows/integration_tests.yml | 1 + .github/workflows/pylint.yml | 1 + .github/workflows/pytest.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index fae5a96b..cb9135b0 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -2,6 +2,7 @@ name: Run Integration Tests on: push: + pull_request: jobs: build: diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 67b57b6f..ee421c7d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -2,6 +2,7 @@ name: Pylint on: push: + pull_request: jobs: build: diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index fb2a86dc..c13c8e7c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -2,6 +2,7 @@ name: Run Pytest on: push: + pull_request: jobs: build: