update test_secret.yaml
Some checks failed
Test Gitea Secrets / print-secret (push) Failing after 10s
Some checks failed
Test Gitea Secrets / print-secret (push) Failing after 10s
This commit is contained in:
@@ -11,8 +11,8 @@ jobs:
|
|||||||
- name: Test modal worker pipeline
|
- name: Test modal worker pipeline
|
||||||
# All shell commands must be in the 'run' block
|
# All shell commands must be in the 'run' block
|
||||||
run: |
|
run: |
|
||||||
ls -d deps/implementation/
|
ls -d workspace/sprint_1_2/CODEBASE/deps/implementation
|
||||||
cd deps/implementation/
|
cd workspace/sprint_1_2/CODEBASE/deps/implementation
|
||||||
modal deploy test_worker.py
|
modal deploy test_worker.py
|
||||||
env:
|
env:
|
||||||
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
|
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user