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.
1 parent 33ec853 commit 6a32fe9Copy full SHA for 6a32fe9
.github/workflows/test_backend_build.yml
@@ -26,7 +26,8 @@ jobs:
26
options: >-
27
--health-cmd "redis-cli ping"
28
--health-interval 10s
29
-
+ ports:
30
+ - 6379:6379
31
postgres:
32
image: postgis/postgis:14-3.2
33
env:
@@ -71,8 +72,6 @@ jobs:
71
72
echo "DATABASE_URL=postgis://admin:password@localhost:5432/ai" >> $GITHUB_ENV
73
echo "RAMP_HOME=${{ github.workspace }}" >> $GITHUB_ENV
74
echo "TRAINING_WORKSPACE=${{ github.workspace }}/backend/training" >> $GITHUB_ENV
- echo "CELERY_BROKER_URL=redis://redis:6379/0" >> $GITHUB_ENV
75
- echo "CELERY_RESULT_BACKEND=redis://redis:6379/0" >> $GITHUB_ENV
76
- name: Run migrations
77
78
TESTING_TOKEN: ${{ secrets.TESTING_TOKEN }}
0 commit comments