We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9926018 commit 81ea85cCopy full SHA for 81ea85c
.github/workflows/pytest.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Bring up docker cluster
22
run: |
23
touch .env
24
- docker-compose up -d postgres
+ docker-compose up -d database
25
sleep 10
26
docker-compose up -d
27
- name: Install chromedriver
0 commit comments