This repository was archived by the owner on Mar 26, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 185
Implemented GitHub actions for CI #559
Merged
vinitkumar
merged 18 commits into
django-cms:master
from
marksweb:feature/558/gh-actions
Apr 6, 2021
Merged
Implemented GitHub actions for CI #559
vinitkumar
merged 18 commits into
django-cms:master
from
marksweb:feature/558/gh-actions
Apr 6, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added sqlite path for unit tests
…the FE test to run
vinitkumar
approved these changes
Apr 1, 2021
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.
Looks good to me. Let's get this merged and released 🚢 🚀
Closed
Missed this before I switched it over to coverage. So you'll have missed that commit 👍 |
vinitkumar
suggested changes
Apr 2, 2021
vinitkumar
approved these changes
Apr 3, 2021
|
@victor-yunenko Hi, I think you should be able to merge this & remove that requirement for travis to report (given than it's been turned off here, we'll be waiting a while!) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This switches to github actions for CI which runs;
This resolves #558