]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add github action workflow to run tests on master and on pr to master
authorFederico Caselli <cfederico87@gmail.com>
Fri, 3 Apr 2020 18:11:24 +0000 (14:11 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Fri, 3 Apr 2020 18:11:24 +0000 (14:11 -0400)
commitc658540b9ae36e86a92e11667d3679ac1f3eac2e
tree46092bb2df0e31832381d3783bd6c74a39958c46
parent49b6c50016c8a038a6df7104560bb3945debe064
Add github action workflow to run tests on master and on pr to master

Trying the pr to check if it works right away

### Description
<!-- Describe your changes in detail -->

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [ ] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [x] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #5222
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5222
Pull-request-sha: afbb8567525f3841554d3ba599ef4d713c78e647

Change-Id: I4981b02f900e76e446cf42e6cc6495ffc0883951
.github/workflows/run-on-pr.yaml [new file with mode: 0644]
.github/workflows/run-test.yaml [new file with mode: 0644]
tox.ini