update test_secret.yaml
Some checks failed
Test Gitea Secrets / print-secret (push) Failing after 11s
Some checks failed
Test Gitea Secrets / print-secret (push) Failing after 11s
This commit is contained in:
@@ -5,9 +5,14 @@ jobs:
|
|||||||
print-secret:
|
print-secret:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: test modal worker pipeline
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
sparse-checkout: |
|
- name: Test modal worker pipeline
|
||||||
cd workspace/sprint_1_2/CODEBASE/deps/implementation
|
# All shell commands must be in the 'run' block
|
||||||
modal deploy test_worker.py
|
run: |
|
||||||
|
cd deps/implementation/
|
||||||
|
modal deploy test_worker.py
|
||||||
|
env:
|
||||||
|
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
|
||||||
|
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
|
||||||
Reference in New Issue
Block a user