changed test method
This commit is contained in:
parent
85251026b7
commit
7584bfd34a
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -35,9 +35,7 @@ jobs:
|
|||
git add --all
|
||||
git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state"
|
||||
addlicense ./
|
||||
if [[ -n $(git diff) ]]; then
|
||||
exit 1
|
||||
fi
|
||||
test -z "$(git status -s | tee /dev/stderr)"
|
||||
- name: Setup Cluster
|
||||
run: |
|
||||
set -x
|
||||
|
|
Loading…
Add table
Reference in a new issue