From 3c6db72ade25ce067bd0b9b490c314ab8e10c94f Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Tue, 14 Jul 2020 17:06:03 -0700 Subject: [PATCH] changed test method --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64110f1..ca15143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --name-only | tee /dev/stderr) - name: Setup Cluster run: | set -x