Skip to content

Commit

Permalink
add Wait Cassandra Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
MindaugasN committed Jan 2, 2024
1 parent b422cf8 commit 571ae34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Start Cassandra Cluster
run: |
docker-compose up -d
- name: Wait Cassandra Cluster
run: sleep 60s
- name: Test with pytest
run: |
poetry run pytest

0 comments on commit 571ae34

Please sign in to comment.