diff --git a/justfile b/justfile index aaaf138..168740b 100644 --- a/justfile +++ b/justfile @@ -64,6 +64,13 @@ docker-down: docker compose -f {{compose_file}} down -v 2>/dev/null || true rm -f /tmp/forgejo_test_url.txt /tmp/forgejo_test_url_*.txt +# Clear integration test caches (seed snapshots, temp files) +clean-integration: + rm -f integration/.forgejo-seed-snapshot.tar.gz integration/.forgejo-seed-hash + rm -f /tmp/forgejo_test_url.txt /tmp/forgejo_test_url_*.txt + rm -f /tmp/forgejo_test_token.txt /tmp/forgejo_test_token_*.txt + @echo "Integration test caches cleared." + # Seed test data into Forgejo instances (with snapshot caching) seed: #!/usr/bin/env bash