Skip to content

Commit

Permalink
fix empty step
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Dec 24, 2023
1 parent c779f89 commit 0aaa593
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-dj-htmx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
# - name: Test with pytest
# run: pytest

- name: Verify django application
run:

- name: Migrations & User creation
run: |
Expand All @@ -85,7 +82,7 @@ jobs:
- name: Cache offline-compress & cache busting
run: python manage.py compress

- name: Start who-is-ah
- name: Verify who-is-ah is running
run: python manage.py runserver 8000 &

- name: Run django tests
Expand Down

0 comments on commit 0aaa593

Please sign in to comment.