merge v0.0.1

This commit is contained in:
umarcor
2021-12-07 04:22:20 +01:00
2 changed files with 9 additions and 1 deletions

8
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,8 @@
# New Features
* tbd
# Changes
* tbd
# Bug Fixes
* tbd

View File

@@ -49,7 +49,7 @@ jobs:
python -m pytest -rA tests/unit $PYTEST_ARGS --color=yes python -m pytest -rA tests/unit $PYTEST_ARGS --color=yes
- name: 📤 Upload 'TestReport.xml' artifact - name: 📤 Upload 'TestReport.xml' artifact
if: inputs.TestReport == 'true' if: inputs.artifact != ''
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: ${{ inputs.artifact }}-${{ matrix.python }} name: ${{ inputs.artifact }}-${{ matrix.python }}