From 552085650b61322cf0e996b9c35443a7e5ff14ad Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Wed, 17 May 2023 15:37:34 +0300 Subject: [PATCH] .. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed93690ba74..557909c92a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,10 +94,10 @@ jobs: restore-keys: | ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest- - name: Test - if: ${{ matrix.node-version === 20 }} + if: ${{ matrix.node-version == 20 }} run: yarn test --ci - name: Test - if: ${{ matrix.node-version !== 20 }} + if: ${{ matrix.node-version != 20 }} uses: nick-fields/retry@v2 with: timeout_minutes: 10