Skip to content

Commit

Permalink
no way this works
Browse files Browse the repository at this point in the history
  • Loading branch information
lostways committed Dec 30, 2023
1 parent f126c61 commit e2ba1ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
- name: Build App
run: make build

- name: Run App
run: make run

- name: Run Tests
run: docker-compose run --rm app python manage.py test -v 2
run: make test

0 comments on commit e2ba1ac

Please sign in to comment.