diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:46:56 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:46:56 +0900 |
| commit | c294e9df6207973306f58186d278e12399f162a3 (patch) | |
| tree | 9f847439eb29c82a77da0dcf7fe426cfa0cbe65b /.gitea | |
| parent | 69e88b3b353f1a2ab7a78259b480e8afbd87669c (diff) | |
fix: WS factory, backtester config, CI docker builds, health port docs
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/ci.yaml | 6 |
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 |
