diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 742dc848c..42c7e5403 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -50,11 +50,13 @@ jobs: working-directory: 'scripts/copy_from_upstream' run: | python3 copy_from_upstream.py -d copy && \ + git status && \ test -z "$(git status --porcelain)" - name: Verify copy_from_upstream state after libjade working-directory: 'scripts/copy_from_upstream' run: | python3 copy_from_upstream.py -d libjade && \ + git status && \ test -z "$(git status --porcelain)" buildcheck: