From 583be0a175aeb916ec52b3a857128e55be8c1fa9 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 24 Mar 2024 03:49:12 +0200 Subject: [PATCH] Use 'not' --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 295681ea81..24fee48873 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,7 @@ jobs: bundler-cache: true - name: Run tests + if: ${{ !matrix.integration }} run: bundle exec rake spec - name: Run integration tests (spec/integration/${{ matrix.integration }})