supabase-community / storage-java

A Java client library for the Supabase Storage API
https://supabase-community.github.io/storage-java/
MIT License
13 stars 1 forks source link

Optimize Docker Compose step in Github Workflow. #1

Open MagnusHJensen opened 1 year ago

MagnusHJensen commented 1 year ago

Currently it takes roughly 1 minute to pull and start the docker containers needed for testing. It would be nice if this could somehow be cached? Since it will run on all pushes to main and all PR's.