Skip to content

Commit 055de7e

Browse files
committed
Start stack for pytest.
1 parent 76022f8 commit 055de7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,13 @@ jobs:
1919
- name: Install the project
2020
run: uv sync --all-extras --dev
2121

22+
- name: Start env
23+
run: docker compose -f ../docker-compose.dev.yml up -d
24+
25+
# wait for docker containers to come up before running tests
26+
- name: Sleep for 60 seconds
27+
run: sleep 60s
28+
shell: bash
29+
2230
- name: Run tests
2331
run: uv run pytest app/tests/

0 commit comments

Comments
 (0)