'Does Github's PostgreSQL service containers have Row Level Security?

I have setup a github action to deploy PostgreSQL with RLS in Django. It works well when I run pytest in my local. But for some reason, PyTest is failing on my tests in this github action. Is there any documentation saying that Github Action's PostgreSQL service does not have the RLS feature? I am using Postgres 10.14.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source