13 lines
320 B
YAML
13 lines
320 B
YAML
name: Test Gitea Secrets
|
|
on: [push]
|
|
|
|
jobs:
|
|
print-secret:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: test modal worker pipeline
|
|
uses: actions/checkout@v4
|
|
with:
|
|
sparse-checkout: |
|
|
cd workspace/sprint_1_2/CODEBASE/deps/implementation
|
|
modal deploy test_worker.py |