From a2730492f04253a2f2133b1fb62a5ff8fabf2b5e Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Fri, 29 Jan 2021 19:59:09 +0100 Subject: [PATCH] Add test for `${FILTER_NAME}_count` output --- .github/workflows/pull-request-verification.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request-verification.yml b/.github/workflows/pull-request-verification.yml index b18d7ba..801c7ce 100644 --- a/.github/workflows/pull-request-verification.yml +++ b/.github/workflows/pull-request-verification.yml @@ -90,6 +90,9 @@ jobs: - name: filter-test if: steps.filter.outputs.local != 'true' run: exit 1 + - name: count-test + if: steps.filter.outputs.local_count != 1 + run: exit 1 test-change-type: runs-on: ubuntu-latest