We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a9c60d + 8dc1402 commit 54cb4b4Copy full SHA for 54cb4b4
.github/workflows/tests.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Run the tests inside the docker-compose with third party api calls cached
18
run: |
19
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
+ 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 commit comments