Skip to content

Commit

Permalink
chore: another try #8
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed Aug 16, 2024
1 parent be059ed commit f98352f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
with:
java-version: openjdk@1.17

- uses: coursier/cache-action@v6
id: coursier-cache

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -129,6 +132,7 @@ jobs:
echo "REVISION_VERSION=${{ env.REVISION_VERSION }}" >> $GITHUB_ENV
echo "OAS_CHECKSUM=${{ env.OAS_CHECKSUM }}" >> $GITHUB_ENV
echo "OAS_PUBLISHED=${{ env.OAS_PUBLISHED }}" >> $GITHUB_ENV
echo "Coursier cache: ${{ steps.coursier-cache.outputs.cache-hit }}"
build-and-publish-clients:
needs: build
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ jobs:
name: cloud-agent-openapi-spec-${{ inputs.check_sum }}
path: ./cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml

- name: WTF
run: |
echo "Current directory: $(pwd)"
ls -la ./cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml
cat ./cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml
- name: Set revision version
if: ${{ !inputs.releaseTag }}
working-directory: cloud-agent/client/generator
Expand Down

0 comments on commit f98352f

Please sign in to comment.