Skip to content

Commit

Permalink
wip: Add SDK recommit step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Jun 28, 2023
1 parent a78d82e commit 1b1845b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ jobs:
$GITHUB_ENV
- name: Build SDK
run: make build_${{ matrix.language }}
# Commit all changed files back to the repository
- name: Commit generated SDK
uses: rquitales/git-recommit-action@v1
with:
commit_message: "[automated] Add generated SDKs"
file_pattern: sdk/
- name: Check worktree clean
run: ./ci-scripts/ci/check-worktree-is-clean
- name: Compress SDK folder
Expand Down

0 comments on commit 1b1845b

Please sign in to comment.