add tests #58

Merged
alex merged 2 commits from fix-agaix into main 2025-12-08 12:14:42 +00:00

View File

@@ -59,3 +59,9 @@ runs:
with: with:
version: 3.1.3 version: 3.1.3
command: app actions run ${{ inputs.environment }} restart --kind Deployment --resource-name ${{github.event.repository.name}} 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}}