Skip to content

Commit

Permalink
Added secrets in django.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fer-Bar committed Apr 15, 2024
1 parent 504eb83 commit 2c39a78
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 @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: DEV_ENV

strategy:
max-parallel: 4
Expand All @@ -28,8 +29,7 @@ jobs:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: |
echo "SECRET_KEY=${SECRET_KEY}" > .env
echo "${{ secrets.SECRET_KEY }}"
- name: Install Dependencies
run: poetry install
- name: Run TestsS
- name: Run Tests
run: poetry run python manage.py test

0 comments on commit 2c39a78

Please sign in to comment.