Skip to content

Commit

Permalink
Create env file before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Feb 9, 2024
1 parent ec2d17c commit 132dfe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
docker-compose up -d
sleep 15s
- name: Run integration tests
run: make test
run: |
cp .env.example .env.test
make test
- name: Stop database servers
run: docker-compose down

0 comments on commit 132dfe9

Please sign in to comment.