Skip to content

Commit

Permalink
Merge branch 'main' into renovate/supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 5, 2023
2 parents 5178641 + b0ba148 commit d4e02c9
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

0 comments on commit d4e02c9

Please sign in to comment.