Update ci.yml

Remove double RUN cmd
This commit is contained in:
David Păcioianu 2024-04-02 17:58:33 +03:00 committed by GitHub
parent 35f21ba697
commit 91d8b26572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,6 @@ jobs:
- name: Build the Stack - name: Build the Stack
run: docker compose -f local.yml build django run: docker compose -f local.yml build django
run: docker compose -f local.yml build docs
- name: Run DB Migrations - name: Run DB Migrations
run: docker compose -f local.yml run --rm django python manage.py migrate run: docker compose -f local.yml run --rm django python manage.py migrate