Skip to content
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

global: migrate CI to GH Actions #94

Merged
merged 1 commit into from
Dec 2, 2020
Merged

global: migrate CI to GH Actions #94

merged 1 commit into from
Dec 2, 2020

Conversation

ParthS007
Copy link
Member

closes #93

@ParthS007 ParthS007 force-pushed the gh-actions branch 2 times, most recently from 6547d3e to f005ba1 Compare December 1, 2020 15:49
env:
SQLALCHEMY_DATABASE_URI: ${{matrix.SQLALCHEMY_DATABASE_URI}}
POSTGRESQL_VERSION: ${{matrix.POSTGRESQL_VERSION}}
MYSQL_VERSION: ${{matrix.MYSQL_VERSION}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moderate: If we do not test mysql we do not need to set this env variable.

set -o nounset

pydocstyle invenio_records_ui tests docs
isort invenio_records_ui tests --check-only --diff
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major: Same as inveniosoftware/invenio-oauth2server#220 (comment), missing docker-services-cli.

isort invenio_records_ui tests --check-only --diff
check-manifest
sphinx-build -qnNW docs docs/_build/html
docker-services-cli up ${DB}
python setup.py test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ParthS007 ParthS007 force-pushed the gh-actions branch 3 times, most recently from f19cdd0 to f82b1dc Compare December 2, 2020 09:05
@diegodelemos diegodelemos merged commit d697049 into master Dec 2, 2020
@ParthS007 ParthS007 deleted the gh-actions branch December 2, 2020 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

global: migration to github-actions from travis
2 participants