Skip to content

Commit

Permalink
Fix test.yml to solve issue due to missing .env file (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
StreetLamb authored May 1, 2024
1 parent 42e17ac commit 4a28073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
python-version: '3.10'

- run: cp .env.example .env
- run: docker compose build
- run: docker compose down -v --remove-orphans
- run: docker compose up -d
Expand Down

0 comments on commit 4a28073

Please sign in to comment.