We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d195b8e commit 9f8c927Copy full SHA for 9f8c927
1 file changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Start containers
31
run: |
32
docker compose -f docker-compose.test.yml down -v --remove-orphans
33
- docker compose -f docker-compose.test.yml up --wait-timeout 5 -d
+ docker compose -f docker-compose.test.yml up -d --wait --wait-timeout 30
34
35
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
36
uses: actions/setup-python@v5
@@ -76,6 +76,8 @@ jobs:
76
all_done:
77
name: Tests done
78
runs-on: ubuntu-latest
79
+
80
+ if: always()
81
needs: [tests]
82
83
steps:
0 commit comments