Skip to content

Commit

Permalink
Change yml env
Browse files Browse the repository at this point in the history
  • Loading branch information
dglemos committed Oct 16, 2024
1 parent 250c1cf commit 9147595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
- name: Run Tests
run: |
echo "SECRET_KEY=$(openssl rand -base64 12)" >> $GITHUB_ENV
export SECRET_KEY=$(openssl rand -base64 12)
python manage.py makemigrations
python manage.py migrate
python manage.py test gene2phenotype_app.tests
env:
SECRET_KEY: ${{ env.SECRET_KEY }}
PROJECT_CONFIG_PATH: /home/runner/work/config.ini
working-directory: gene2phenotype_project

0 comments on commit 9147595

Please sign in to comment.