Compare commits
3 Commits
8306409d93
...
ef5149864b
| Author | SHA1 | Date | |
|---|---|---|---|
| ef5149864b | |||
| f906007246 | |||
| 7d47da47a3 |
@@ -58,4 +58,10 @@ runs:
|
|||||||
uses: clowdhaus/argo-cd-action/@main
|
uses: clowdhaus/argo-cd-action/@main
|
||||||
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}}
|
||||||
Reference in New Issue
Block a user