Skip to content

Commit

Permalink
actually run the tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 29, 2023
1 parent 8f8f950 commit 2810577
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
docker compose exec django python manage.py populate_users
docker compose exec django python manage.py populate_data
# - name: Run unit tests
# run: |
# docker compose exec django python manage.py test signalo.value_lists
- name: Run unit tests
run: docker compose exec django python manage.py test tests

- name: Run integration tests
run: docker compose run integration_tests
Expand Down

0 comments on commit 2810577

Please sign in to comment.