Skip to content

Commit

Permalink
Update template to check if the code is tested properly
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Hanson <[email protected]>
Signed-off-by: Joel Hanson <[email protected]>
  • Loading branch information
Joel-hanson committed Sep 25, 2023
1 parent 6c606dc commit 8c94f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ Please delete options that are not relevant.

## How Has This Been Tested?

<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

- [ ] Test A
- [ ] Test B -->
- [ ] E2E
- [ ] Unit Test
- [ ] Integration Test

## Checklist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkstyle-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Checkstyle and Tests
on:
pull_request:
branches:
- 'master'
- 'main'
types: [opened, synchronize, reopened]

jobs:
Expand Down

0 comments on commit 8c94f2b

Please sign in to comment.