We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7edbf commit 996c50eCopy full SHA for 996c50e
1 file changed
.github/workflows/pytest.yml
@@ -20,12 +20,15 @@ jobs:
20
- name: Install the project
21
run: uv sync --all-extras --dev
22
23
+ - name: Clean volumes
24
+ run: docker volume rm clowder2_postgres_data || true
25
+
26
- name: Start env
27
run: docker compose -f ../docker-compose.dev.yml up -d
28
29
# wait for docker containers to come up before running tests
- - name: Sleep for 120 seconds
- run: sleep 120s
30
+ - name: Sleep for 60s seconds
31
+ run: sleep 60s
32
shell: bash
33
34
- name: Run tests
0 commit comments