Skip to content

Commit

Permalink
Merge pull request #14 from zawarkhan1/test1
Browse files Browse the repository at this point in the history
test
  • Loading branch information
zawarkhan1 authored Feb 16, 2024
2 parents c2b2e95 + 882e192 commit f88bdbc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Package YAML files
run: |
mkdir artifacts
cp src/test/resources/*.yaml artifacts/
cp src/main/1Link/*.yaml artifacts/
zip -r my_project_artifact.zip artifacts
echo "Artifact created: my_project_artifact.zip"
Expand All @@ -26,7 +26,7 @@ jobs:

- uses: microcks/import-github-action@v1
with:
specificationFiles: 'artifacts/*:true'
specificationFiles: 'artifacts/ibft_push:true,artifacts/oauth.yaml:true,artifacts/title_fetch.yaml:true'
microcksURL: 'https://microcks.dbank.engineering/api/'
keycloakClientId: 'microcks-serviceaccount'
keycloakClientSecret: 'ab54d329-e435-41ae-a900-ec6b3fe15c54'
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f88bdbc

Please sign in to comment.