Skip to content

Commit

Permalink
6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 10, 2025
1 parent 6d0f670 commit 342f7dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_full_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- dev
- feature/add-github-actions

jobs:
run-tests:
Expand All @@ -29,10 +28,10 @@ jobs:
- name: Build the Docker environment
run: docker-compose -f local.yml build

- name: Run test suite with Pytest
- name: Run test suite
env:
DJANGO_ENV: test
run: docker-compose -f local.yml run --rm django pytest
run: docker-compose -f local.yml run --rm django bash ./init.sh

- name: Cleanup
run: docker-compose -f local.yml down --volumes

0 comments on commit 342f7dc

Please sign in to comment.