dev-deploy: fix backend startup in CI #3

Merged
developer merged 2 commits from feature/dev-deploy-followups into development 2026-05-13 22:42:03 +00:00
6 changed files with 6 additions and 6 deletions
Showing only changes of commit 9ebb2e7f0f - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
name: deploy-prod name: Deploy · Prod
# Placeholder for the production rollout workflow. Today it only proves # Placeholder for the production rollout workflow. Today it only proves
# the manual entry point works; the actual `docker save | ssh prod # the manual entry point works; the actual `docker save | ssh prod
+1 -1
View File
@@ -1,4 +1,4 @@
name: dev-deploy name: Deploy · Dev
# Builds the Galaxy stack and (re)deploys it into the long-lived dev # Builds the Galaxy stack and (re)deploys it into the long-lived dev
# environment on the host running this Gitea Actions runner. Triggered # environment on the host running this Gitea Actions runner. Triggered
+1 -1
View File
@@ -1,4 +1,4 @@
name: go-unit name: Tests · Go
# Fast unit tests for the Go side of the monorepo. Runs on every push # Fast unit tests for the Go side of the monorepo. Runs on every push
# and pull request whose path filter matches a Go source directory. # and pull request whose path filter matches a Go source directory.
+1 -1
View File
@@ -1,4 +1,4 @@
name: integration name: Tests · Integration
# Full integration suite (testcontainers-driven, ~510 minutes). Heavy # Full integration suite (testcontainers-driven, ~510 minutes). Heavy
# enough that we do not run it on every push to a feature branch — only # enough that we do not run it on every push to a feature branch — only
+1 -1
View File
@@ -1,4 +1,4 @@
name: prod-build name: Build · Prod
# Builds the production-grade Docker images and the UI bundle on every # Builds the production-grade Docker images and the UI bundle on every
# merge into `main`, then saves the artifacts so a future # merge into `main`, then saves the artifacts so a future
+1 -1
View File
@@ -1,4 +1,4 @@
name: ui-test name: Tests · UI
# UI-side unit and end-to-end tests (Vitest + Playwright). The Go side # UI-side unit and end-to-end tests (Vitest + Playwright). The Go side
# of the workspace is tested in `go-unit.yaml`. Both workflows can run # of the workspace is tested in `go-unit.yaml`. Both workflows can run