Skip to content

Commit

Permalink
ci: Run git status before and after build to detect dirtyfiles (feast…
Browse files Browse the repository at this point in the history
…-dev#2875)

Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Jun 28, 2022
1 parent ba81a31 commit 1baad5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
make install-protoc-dependencies
make install-go-proto-dependencies
make install-go-ci-dependencies
git status
CIBW_BEFORE_TEST: "cd {project} && git status"
- name: Build py310 specific wheels for macos
if: matrix.os == 'macos-10.15'
uses: pypa/cibuildwheel@v2.7.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
make install-protoc-dependencies
make install-go-proto-dependencies
make install-go-ci-dependencies
git status
CIBW_BEFORE_TEST: "cd {project} && git status"
- name: Build py310 specific wheels for macos
if: matrix.os == 'macos-10.15'
uses: pypa/cibuildwheel@v2.7.0
Expand Down

0 comments on commit 1baad5d

Please sign in to comment.