Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/djangorestframework-3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-brancotte committed Aug 5, 2024
2 parents 8a9c60d + 8dc1402 commit 54cb4b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Run the tests inside the docker-compose with third party api calls cached
run: |
cp resources/default.ini local.ini
docker-compose build
docker-compose -f docker-compose.yaml -f docker-compose.dev.yaml up -d
docker-compose exec -T -e CACHE_DIR=./import_data web python manage.py test --parallel
docker compose build
docker compose -f docker-compose.yaml -f docker-compose.dev.yaml up -d
docker compose exec -T -e CACHE_DIR=./import_data web python manage.py test --parallel

0 comments on commit 54cb4b4

Please sign in to comment.