Commit 2716958
committed
feat(ci): Cache and start Supabase in CI workflow
- Cache Supabase Docker images (/var/lib/docker) using actions/cache
with a key based on supabase/config.toml
- Start Supabase locally in the background and export API URL,
anon key, and service role key to GITHUB_ENV
- Wait briefly before running the build to allow Supabase to start1 parent 399c58a commit 2716958
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
25 | 46 | | |
26 | 47 | | |
0 commit comments