-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Travis, add GH Action for Unit Test #1116
Conversation
29b1f76
to
6147b9b
Compare
5c84057
to
dec237b
Compare
dec237b
to
d077329
Compare
Change test db to postgres Adding code coverage Fix coverage report
d077329
to
93eaf38
Compare
.github/workflows/ci.yaml
Outdated
ci: | ||
name: Build Image and Push | ||
# TODO Add this line back once we update to Python 3.9 from 3.6 | ||
# needs: Security | ||
needs: Security |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think so - it means we don't build and push if the security check did not succeed. (arguably not great for development, but 🤷♀️ )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its easy to remove if it becomes a barrier.
This fell through the cracks :( The python unit tests are now passing, so this is technically done but I'm not sure if the security flag on the docker push is necessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rerunning the CI
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes