Skip to content

Commit

Permalink
update acction
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamovAkrom committed Nov 12, 2024
1 parent 3d24cd2 commit 745d411
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Create .env file
run: |
touch .env
echo PRIVATE_KEY_PATH=${{ secrets.PRIVATE_KEY_PATH }} >> .env
echo PUBLIC_KEY_PATH=${{ secrets.PUBLIC_KEY_PATH }} >> .env
- name: Run Tests
run: |
python manage.py test

0 comments on commit 745d411

Please sign in to comment.