From 26215621b4514ed8132bbc6be760774e553286c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kozie=C5=82?= Date: Thu, 20 Nov 2025 17:01:50 +0200 Subject: [PATCH] change ci yaml file for ex 4 fix --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 293ede4..090985b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: name: app.tar path: app.tar test: + needs: build + runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 with: