You've already forked reloading-manager
Some checks failed
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 1m46s
🧪 ✨ Unit Tests Workflow / 🧪 🐹 GolangCI-Lint (push) Successful in 4m20s
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 5m48s
🏗️ ✨ Build Workflow / 🖥️ 🔨 Build Backend (push) Failing after 4m31s
🏗️ ✨ Build Workflow / 🖼️ 🔨 Build Frontend (push) Successful in 6m15s
🏗️ ✨ Build Workflow / 🚀 ✨ Deploy Application (push) Has been skipped
docker run -v $(pwd)/postgres:/var/lib/postgresql/data \
-e POSTGRES_DB=loading \
-e POSTGRES_PASSWORD=password \
--rm --name postgres \
-p 5432:5432 \
-d postgres:17
jet -dsn=postgresql://postgres:password@localhost:5432/loading\?sslmode=disable -path=./.gen