From 2046a543211a1630f2b1ad12f2c9051507506c48 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Fri, 8 Sep 2023 14:03:27 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3f2531d..2176fbc0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: run: pnpm generate - name: Ensure working directory is clean - run: test -n "$(git status --porcelain)" + run: test -z "$(git status --porcelain)" test_js_client: if: needs.changes.outputs.js_client == 'true'