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 }}