diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e2063b..09e75dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,9 @@ jobs: with: version: latest + - run: docker info + - run: cat /etc/selinux/config + - run: supabase db start - run: supabase db lint - run: supabase test db