diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10a6393..90d1bb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: name: output path: out - name: Decide if failed - run: ! test -e out/fail + run: ( ! test -e out/fail )