From f896e5c932a72c71677130e792d6ffd7045fa254 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Thu, 16 Jul 2026 22:50:40 +0700 Subject: [PATCH] update test_secret.yaml --- .gitea/workflows/test_secret.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test_secret.yaml b/.gitea/workflows/test_secret.yaml index d29060d..67f1426 100644 --- a/.gitea/workflows/test_secret.yaml +++ b/.gitea/workflows/test_secret.yaml @@ -11,8 +11,8 @@ jobs: - name: Test modal worker pipeline # All shell commands must be in the 'run' block run: | - ls -d deps/implementation/ - cd deps/implementation/ + ls -d workspace/sprint_1_2/CODEBASE/deps/implementation + cd workspace/sprint_1_2/CODEBASE/deps/implementation modal deploy test_worker.py env: MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}