Skip to content

Commit a4186a4

Browse files
committed
Add empty .env file
1 parent 1be3ad6 commit a4186a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
./setup.sh
2020
poetry run pytest -k 'not test_frontend'
2121
- name: Bring up docker cluster
22-
run: docker-compose up -d
22+
run: |
23+
touch .env
24+
docker-compose up -d
2325
- name: Install chromedriver
2426
uses: nanasess/setup-chromedriver@master
2527
- name: Test frontend

0 commit comments

Comments
 (0)