File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,11 @@ jobs:
2323
2424 - name : Run Django tests
2525 env :
26- SECRET_KEY : ${{ secrets.DJANGO_SECRET }},
27- GITHUB_SECRET : ${{ secrets.GH_SECRET }},
28- GITHUB_CLIENT : ${{ secrets.GH_CLIENT }},
29- OAUTH_SECRET : ${{ secrets.OAUTH_SECRET }},
30- OUATH_CLIENT : ${{ secrets.OUATH_CLIENT_ID }},
26+ DJANGO_SECRET : ${{ secrets.DJANGO_SECRET }}
27+ GITHUB_CLIENT : ${{ secrets.GH_CLIENT }}
28+ GITHUB_SECRET : ${{ secrets.GH_SECRET }}
3129 run : |
3230 docker compose -f docker/docker-compose.yml run --rm \
33- -e SECRET_KEY=$SECRET_KEY \
3431 --workdir /backend/src backend python manage.py test
3532
3633 - name : Run Web tests
Original file line number Diff line number Diff line change 11services :
22 backend :
3- env :
4- DJANGO_SECRET : ${{ secrets.DJANGO_SECRET }}$
53 build :
64 context : ../api
75 dockerfile : ../docker/backend/dockerfile.backend
You can’t perform that action at this time.
0 commit comments