Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fer-Bar authored Apr 15, 2024
1 parent f94870e commit bda93e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Set Environment Variables
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: echo "SECRET_KEY=${SECRET_KEY}" > /home/runner/work/Albercan-Backend/Albercan-Backend/envs/.env
run: echo "SECRET_KEY=${SECRET_KEY}" > ./envs/.env
- name: Install Dependencies
run: poetry install
- name: Run Tests
run: poetry run python manage.py test
run: poetry run python manage.py test

0 comments on commit bda93e8

Please sign in to comment.