changed test method
This commit is contained in:
parent
0acd074d7c
commit
3c6db72ade
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 add --all
|
||||||
git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state"
|
git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state"
|
||||||
addlicense ./
|
addlicense ./
|
||||||
if [[ -n $(git diff) ]]; then
|
test -z $(git diff --name-only | tee /dev/stderr)
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
- name: Setup Cluster
|
- name: Setup Cluster
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Add table
Reference in a new issue