summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:46:56 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:46:56 +0900
commitc294e9df6207973306f58186d278e12399f162a3 (patch)
tree9f847439eb29c82a77da0dcf7fe426cfa0cbe65b /.gitea/workflows
parent69e88b3b353f1a2ab7a78259b480e8afbd87669c (diff)
fix: WS factory, backtester config, CI docker builds, health port docs
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/ci.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml
index ab7c1c5..95b51c1 100644
--- a/.gitea/workflows/ci.yaml
+++ b/.gitea/workflows/ci.yaml
@@ -36,7 +36,5 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
-
- - name: Build Docker images
- run: |
- docker compose build
+ - name: Build all Docker images
+ run: docker compose build