We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00aa004 commit d331ba0Copy full SHA for d331ba0
.github/workflows/compiler_typescript.yml
@@ -96,4 +96,4 @@ jobs:
96
- run: xvfb-run -a yarn workspace ${{ matrix.workspace_name }} test
97
if: runner.os == 'Linux' && matrix.workspace_name == 'react-forgive'
98
- run: yarn workspace ${{ matrix.workspace_name }} test
99
- if: runner.os != 'Linux' && matrix.workspace_name != 'react-forgive'
+ if: matrix.workspace_name != 'react-forgive'
0 commit comments