Skip to content

Commit

Permalink
fix: add VALUES_DIRECTORY env variable to test-unit-backend job
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 28, 2023
1 parent e3ec40e commit b02620c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
run: |
cd backend
pip install -r ./requirements.txt
- name: Create .env
run: |
cd backend
touch .env
echo "VALUES_DIRECTORY=/tmp" > .env
- name: Run Pytest
run: |
cd backend
Expand Down

0 comments on commit b02620c

Please sign in to comment.