Skip to content

Commit

Permalink
fix: retry supabase start
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Oct 5, 2023
1 parent cdf80ea commit b0ba148
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
version: 1.77.4

- name: Start Supabase
run: supabase start
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 5
retry_on: error
command: supabase start

- name: 🦺 Check Format and Lint
id: static
Expand Down

1 comment on commit b0ba148

@vercel
Copy link

@vercel vercel bot commented on b0ba148 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-react-query – ./examples/react-query

supabase-cache-helpers-react-query.vercel.app
supabase-cache-helpers-react-query-psteinroe.vercel.app
supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app

Please sign in to comment.