fix: update CI branch references from main to master and refactor admin service tests to use seeded_db fixture

This commit is contained in:
2026-05-11 05:05:08 +00:00
parent 502f77f718
commit 5987e14c20
2 changed files with 19 additions and 15 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
name: DevPlace CI
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
jobs:
test: