Skip to content

Commit

Permalink
ci fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Ty D'Angelo <tydangelo18@gmail.com>
  • Loading branch information
tydangelo18 committed Oct 9, 2024
1 parent 5bc4415 commit 75fbd25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ jobs:
docker compose -f /tmp/kwil-db/deployments/compose/kwil/docker-compose.yml down
docker system prune -af
- name: Cleanup previous KwilDB clone
run: |
if [ -d "/tmp/kwil-db" ]; then
echo "Removing previous /tmp/kwil-db directory"
rm -rf /tmp/kwil-db
fi
- name: Set up KwilDB Docker in Private mode
run: |
git clone https://github.com/kwilteam/kwil-db.git /tmp/kwil-db
Expand Down

0 comments on commit 75fbd25

Please sign in to comment.