Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
slimovich committed Jun 25, 2020
1 parent 057acc3 commit 185859f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
run: |
make lint
make check-vul
- name: Upload artifacts if failure
uses: actions/upload-artifact@v2
if: failure()
with:
path: .artifacts/
- name: Test
run: make test
1 change: 1 addition & 0 deletions src/core/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def database() -> None:
# group to manage data base
pass


@database.command(help="create database")
def create() -> int:
return subprocess.call(["alembic", "upgrade", "head"]) # nosec
Expand Down

0 comments on commit 185859f

Please sign in to comment.