Skip to content

Commit

Permalink
Create .env during the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slyapustin authored and pair committed Oct 17, 2024
1 parent 9eedf9d commit 4756c55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Create .env file
run: |
echo "REDIS_URL=redis://redis" >> .env
echo "CONSERVER_API_TOKEN=fake-token" >> .env
- name: Build and run services with Docker Compose
run: |
docker-compose up --build --abort-on-container-exit
Expand Down

0 comments on commit 4756c55

Please sign in to comment.