Skip to content

Commit 54cb4b4

Browse files
Merge branch 'master' into dependabot/pip/djangorestframework-3.15.2
2 parents 8a9c60d + 8dc1402 commit 54cb4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Run the tests inside the docker-compose with third party api calls cached
1818
run: |
1919
cp resources/default.ini local.ini
20-
docker-compose build
21-
docker-compose -f docker-compose.yaml -f docker-compose.dev.yaml up -d
22-
docker-compose exec -T -e CACHE_DIR=./import_data web python manage.py test --parallel
20+
docker compose build
21+
docker compose -f docker-compose.yaml -f docker-compose.dev.yaml up -d
22+
docker compose exec -T -e CACHE_DIR=./import_data web python manage.py test --parallel

0 commit comments

Comments
 (0)