From 8c94f2b5b53cd0c49ef9725481592b9c69de5637 Mon Sep 17 00:00:00 2001 From: Joel Hanson Date: Mon, 25 Sep 2023 16:05:33 +0530 Subject: [PATCH] Update template to check if the code is tested properly Signed-off-by: Joel Hanson Signed-off-by: Joel Hanson --- .github/PULL_REQUEST_TEMPLATE | 7 +++---- .github/workflows/checkstyle-and-tests.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 391d188..a79ac08 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -15,10 +15,9 @@ Please delete options that are not relevant. ## How Has This Been Tested? - +- [ ] E2E +- [ ] Unit Test +- [ ] Integration Test ## Checklist diff --git a/.github/workflows/checkstyle-and-tests.yml b/.github/workflows/checkstyle-and-tests.yml index f4f8390..2b21dfe 100644 --- a/.github/workflows/checkstyle-and-tests.yml +++ b/.github/workflows/checkstyle-and-tests.yml @@ -3,7 +3,7 @@ name: Checkstyle and Tests on: pull_request: branches: - - 'master' + - 'main' types: [opened, synchronize, reopened] jobs: