Skip to content

Commit

Permalink
Updated GitHub workflows
Browse files Browse the repository at this point in the history
Added a step to display the git status in the 'build-test' workflow. This will help in debugging by providing more visibility into the state of the repository at different stages of the build process.
  • Loading branch information
UnstoppableMango committed May 18, 2024
1 parent 91a50df commit 238adab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
sdk/nodejs/package.json
sdk/python/pyproject.toml
sdk/java/build.gradle
- run: git status --porcelain

build_sdks:
needs: prerequisites
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
sdk/nodejs/package.json
sdk/python/pyproject.toml
sdk/java/build.gradle
- run: git status --porcelain

- name: Tar SDK folder
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} .
Expand Down

0 comments on commit 238adab

Please sign in to comment.