diff --git a/.github/workflows/compiler_typescript.yml b/.github/workflows/compiler_typescript.yml index 65fb789ecc..d3b9517c8e 100644 --- a/.github/workflows/compiler_typescript.yml +++ b/.github/workflows/compiler_typescript.yml @@ -96,4 +96,4 @@ jobs: - run: xvfb-run -a yarn workspace ${{ matrix.workspace_name }} test if: runner.os == 'Linux' && matrix.workspace_name == 'react-forgive' - run: yarn workspace ${{ matrix.workspace_name }} test - if: runner.os != 'Linux' && matrix.workspace_name != 'react-forgive' + if: matrix.workspace_name != 'react-forgive'