File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- name : Run Stack Compatibility Test
1+ name : Run Compatibility Test
22
33on :
44 repository_dispatch :
5- types : StackCompatibilityTest
5+ types : RunCompatibilityTest
66
77jobs :
88 stackTest :
9- name : Stack compatibility test for service:${{ github.event.client_payload.service }} version:${{ github.event.client_payload.version }} pluginSha:${{ github.event.client_payload.sha }}
9+ name : Compatibility test for service:${{ github.event.client_payload.service }} version:${{ github.event.client_payload.version }} pluginSha:${{ github.event.client_payload.sha }}
1010 runs-on : ubuntu-latest
11- env :
12- GRADLE_ARGS : -Partifactory_user=${{secrets.ARTIFACTORY_USER}} -Partifactory_password=${{secrets.ARTIFACTORY_TOKEN}}
1311 steps :
1412 - name : checkout code
1513 uses : actions/checkout@v2
@@ -20,13 +18,11 @@ jobs:
2018 with :
2119 java-version : 11
2220 - name : run tests
23- id : run_tests
2421 uses : armory-io/plugin-test-runner@main
2522 env :
2623 ORG_GRADLE_PROJECT_artifactory_user : ${{ secrets.ARTIFACTORY_USER }}
2724 ORG_GRADLE_PROJECT_artifactory_password : ${{ secrets.ARTIFACTORY_TOKEN }}
2825 with :
2926 service : ${{ github.event.client_payload.service }}
3027 version : ${{ github.event.client_payload.version }}
31- plugin_sha : ${{ github.event.client_payload.sha }}
32-
28+ plugin_sha : ${{ github.event.client_payload.sha }}
You can’t perform that action at this time.
0 commit comments