mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
Add services file for java lib (#48)
* Add services file for java lib Workflow run services.yml for java library because it updates both models and services * Update .github/workflows/notify.yml Co-authored-by: Michael Paul <michael@michaelpaul.com.br> --------- Co-authored-by: Michael Paul <michael@michaelpaul.com.br>
This commit is contained in:
committed by
GitHub
parent
bc4da4de12
commit
19ec0f6d4c
4
.github/workflows/notify.yml
vendored
4
.github/workflows/notify.yml
vendored
@@ -16,7 +16,9 @@ jobs:
|
||||
gh workflow run models.yml -R Adyen/adyen-node-api-library
|
||||
gh workflow run services.yml -R Adyen/adyen-node-api-library
|
||||
- name: Java
|
||||
run: gh workflow run models.yml -R Adyen/adyen-java-api-library
|
||||
run: |
|
||||
gh workflow run models.yml -R Adyen/adyen-java-api-library
|
||||
gh workflow run services.yml -R Adyen/adyen-java-api-library
|
||||
- name: .NET
|
||||
run: |
|
||||
gh workflow run models.yml -R Adyen/adyen-dotnet-api-library
|
||||
|
||||
Reference in New Issue
Block a user