Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 582c750

Browse files
committed
Update tests pipeline
1 parent 18f87db commit 582c750

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install -r requirements.txt
28+
- name: Create environment file
29+
run: cp .env.example .env
2830
- name: Run Tests
2931
run: |
3032
python manage.py test

0 commit comments

Comments
 (0)