We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befa389 commit 86ed463Copy full SHA for 86ed463
1 file changed
.github/workflows/ci.yaml
@@ -24,17 +24,17 @@ jobs:
24
with:
25
enable-cache: true
26
version: ${{ env.UV_VERSION }}
27
- - name: run tests
28
- run: |
29
- uv sync
30
- E2E=yes uv run pytest
31
- uses: CloudWebManage/cwm-iac/actions/docker-build-push@main
32
+ test_script: |
+ uv sync
+ E2E=yes uv run pytest
33
image_suffix: cwm-cdn-api
34
build_args: |
35
PYTHON_VERSION=${{ env.PYTHON_VERSION }}
36
UV_VERSION=${{ env.UV_VERSION }}
37
KUBECTL_VERSION=${{ env.KUBECTL_VERSION }}
+ VERSION=${{ github.sha }}
38
deploy_key_b64: ${{ secrets.CWM_WORKER_CLUSTER_DEPLOY_KEY_B64 }}
39
deploy_file_path: config/auto-updated/cwm-cdn-api/api.yaml
40
deploy_content_template: |
0 commit comments