-
|
I recently pushed a simple change to my repo to find the tests were failing. I use a custom role to supplement RLS in my project. When the CI runs These same tests worked last week. After digging in I see the Github Action is running But when I test locally I get: So I changed my local start command to be I have updated the Supabase CLI to the latest version of 2.23.4. I have several questions.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I was able to get the Github Actions to pass by adding |
Beta Was this translation helpful? Give feedback.
-
|
This was, indeed, caused by the difference in Postgres version between my local environment and what was generated in the CI environment. This issue has context to explain what happened. The proper fix was |
Beta Was this translation helpful? Give feedback.
This was, indeed, caused by the difference in Postgres version between my local environment and what was generated in the CI environment. This issue has context to explain what happened.
The proper fix was
grant ota_service to postgres.