feat: use shared Barkfile parser
Some checks failed
Build and Push Image / docker-build-and-push (push) Failing after 1m22s
Test and Release PawSQL / test (push) Failing after 32s
Test and Release PawSQL / release (push) Has been skipped

This commit is contained in:
2026-09-15 19:52:13 -04:00
parent 865f7c26c9
commit 89db38417d
15 changed files with 110 additions and 805 deletions

View File

@@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/barkstack/pawsql/internal/config"
config "cloud.campbellwireless.net/git/barkstack/barkfile-parser"
)
func TestProvisionerCreatesPersistentPostgres18(t *testing.T) {