update test_secret.yaml
Some checks failed
Test Gitea Secrets / print-secret (push) Failing after 11s

This commit is contained in:
DatTT127
2026-07-16 22:46:28 +07:00
parent 8a8f91d99d
commit 45972daf29

View File

@@ -5,9 +5,14 @@ jobs:
print-secret:
runs-on: ubuntu-latest
steps:
- name: test modal worker pipeline
- name: Checkout code
uses: actions/checkout@v4
with:
sparse-checkout: |
cd workspace/sprint_1_2/CODEBASE/deps/implementation
modal deploy test_worker.py
- name: Test modal worker pipeline
# All shell commands must be in the 'run' block
run: |
cd deps/implementation/
modal deploy test_worker.py
env:
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}