Skip to content

Commit

Permalink
add testing to the gha workflow
Browse files Browse the repository at this point in the history
- take advantage of commit to fix spacing in PR template
  • Loading branch information
kaitj committed Jun 7, 2023
1 parent c4c207d commit 15ae81f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 242 deletions.
16 changes: 5 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
**Proposed changes**
Describe the changes implemented in this pull request. If the changes fix a
bug or resolves a feature request, be sure to link the issue. Please explain
the issue and how the changes address the issue.
Describe the changes implemented in this pull request. If the changes fix a bug or resolves a feature request, be sure to link the issue. Please explain the issue and how the changes address the issue.

**Types of changes**
What types of changes does your code introduce? Put an `x` in the boxes that
apply
What types of changes does your code introduce? Put an `x` in the boxes that apply

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality
to not work as expected)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Other (if none of the other choices apply)

**Checklist**
Put an `x` in the boxes that apply. You can also fill these out after creating
the PR. If you are unsure about any of the choices, don't hesitate to ask!
Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!

- [ ] Changes have been tested to ensure that fix is effective or that a
feature works.
- [ ] Changes have been tested to ensure that fix is effective or that a feature works.
- [ ] Changes pass the unit tests
- [ ] Code has been run through the `poe quality` task
- [ ] I have included necessary documentation or comments (as necessary)
Expand Down
14 changes: 0 additions & 14 deletions .github/workflow/assign_reviewers.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflow/bump_version.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflow/release.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflow/test.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --with dev
# Example of test
# - name: Test minimum inputs
# run: poetry run poe test_base
- name: Perform unit testing
run: poetry run poe test

0 comments on commit 15ae81f

Please sign in to comment.