You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
while! nc -vz timescale 5432;do sleep 1;echo"waiting for timescale";done
192
192
193
193
test_env.run_unit:
194
-
docker-compose -f docker-compose-test.yml exec api make test.unit
194
+
docker-compose exec api make test.unit
195
195
196
196
test_env.check-for-migration-conflicts:
197
-
docker-compose -f docker-compose-test.yml exec api python manage.py check_for_migration_conflicts
197
+
docker-compose exec api python manage.py check_for_migration_conflicts
198
198
199
199
test_env.upload:
200
-
docker-compose -f docker-compose-test.yml exec api make test_env.container_upload CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
200
+
docker-compose exec api make test_env.container_upload CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
201
201
202
202
test_env.container_upload:
203
203
codecovcli -u ${CODECOV_URL} upload-process --flag unit-latest-uploader --flag unit \
0 commit comments