Skip to content

Commit c45a33e

Browse files
committed
fix: enable selinux for docker
1 parent f210609 commit c45a33e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
version: latest
2525

26+
- run: docker info
27+
- run: cat /etc/docker/config.json
28+
2629
- run: supabase db start
2730
- run: supabase db lint
2831
- run: supabase test db

0 commit comments

Comments
 (0)