Skip to content

Commit 3a03f8f

Browse files
committed
chore(compatibility): minor changes to compatibility test GHA
1 parent 25a66aa commit 3a03f8f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
name: Run Stack Compatibility Test
1+
name: Run Compatibility Test
22

33
on:
44
repository_dispatch:
5-
types: StackCompatibilityTest
5+
types: RunCompatibilityTest
66

77
jobs:
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 }}

0 commit comments

Comments
 (0)