3 Commits

Author SHA1 Message Date
ef5149864b Merge pull request 'add tests' (#58) from fix-agaix into main
Reviewed-on: #58
2025-12-08 12:14:42 +00:00
f906007246 Merge branch 'main' into fix-agaix 2025-12-02 07:42:51 +00:00
7d47da47a3 add tests 2025-12-02 10:42:20 +03:00

View File

@@ -59,3 +59,9 @@ runs:
with:
version: 3.1.3
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}}