Skip to content

Commit 86ed463

Browse files
committed
minor ci fix
1 parent befa389 commit 86ed463

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
with:
2525
enable-cache: true
2626
version: ${{ env.UV_VERSION }}
27-
- name: run tests
28-
run: |
29-
uv sync
30-
E2E=yes uv run pytest
3127
- uses: CloudWebManage/cwm-iac/actions/docker-build-push@main
3228
with:
29+
test_script: |
30+
uv sync
31+
E2E=yes uv run pytest
3332
image_suffix: cwm-cdn-api
3433
build_args: |
3534
PYTHON_VERSION=${{ env.PYTHON_VERSION }}
3635
UV_VERSION=${{ env.UV_VERSION }}
3736
KUBECTL_VERSION=${{ env.KUBECTL_VERSION }}
37+
VERSION=${{ github.sha }}
3838
deploy_key_b64: ${{ secrets.CWM_WORKER_CLUSTER_DEPLOY_KEY_B64 }}
3939
deploy_file_path: config/auto-updated/cwm-cdn-api/api.yaml
4040
deploy_content_template: |

0 commit comments

Comments
 (0)