Skip to content

Commit

Permalink
modify: 필수 환경 변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuung committed Dec 7, 2024
1 parent 6c19be4 commit fd66030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

- name: Create .env file
run: |
echo "SECRET_KEY=adsfgdsftrgdfsvdf" >> .env
echo "DEBUG=True" >> .env
echo "DATABASE_URL=sqlite:///db.sqlite3" >> .env
Expand Down

0 comments on commit fd66030

Please sign in to comment.