From 0c10b15447ab343fadd4b49c44dc25f2ec75c870 Mon Sep 17 00:00:00 2001 From: husky Date: Tue, 1 Apr 2025 12:14:33 -0700 Subject: [PATCH] testing ci --- .forgejo/workflows/build-all.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build-all.yml b/.forgejo/workflows/build-all.yml index e2d3b19..0a80d9c 100644 --- a/.forgejo/workflows/build-all.yml +++ b/.forgejo/workflows/build-all.yml @@ -9,6 +9,10 @@ jobs: apt-get update -qq apt-get install -y -qq nodejs git clang - uses: actions/checkout@v3 + - id: vorebot + uses: ./.forgejo/build-service + with: + service-name: "vorebot" - id: asklyphe-auth-frontend uses: ./.forgejo/build-service with: @@ -33,7 +37,3 @@ jobs: uses: ./.forgejo/build-service with: service-name: "lyphedb" - - id: vorebot - uses: ./.forgejo/build-service - with: - service-name: "vorebot"