From 7d47da47a33474b05e534acc1edfc11bf2affee8 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 2 Dec 2025 10:42:20 +0300 Subject: [PATCH] add tests --- .gitea/actions/k8s/action.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/actions/k8s/action.yaml b/.gitea/actions/k8s/action.yaml index 05383b2..17f6c55 100644 --- a/.gitea/actions/k8s/action.yaml +++ b/.gitea/actions/k8s/action.yaml @@ -58,4 +58,10 @@ runs: uses: clowdhaus/argo-cd-action/@main with: version: 3.1.3 - command: app actions run ${{ inputs.environment }} restart --kind Deployment --resource-name ${{github.event.repository.name}} \ No newline at end of file + command: app actions run ${{ inputs.environment }} restart --kind Deployment --resource-name ${{github.event.repository.name}} + + - name: Run Tests + uses: clowdhaus/argo-cd-action/@main + with: + version: 3.1.3 + command: app actions run ${{ inputs.environment }} run-tests --kind Deployment --resource-name ${{github.event.repository.name}} \ No newline at end of file