[ci] Fix incorrect condition

Fixes an incorrect condition for running tests in the compiler workspace.
This commit is contained in:
Lauren Tan
2025-03-07 16:24:23 -05:00
parent 2a951c7392
commit 8a913bdeb2
+1 -1
View File
@@ -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'