Skip to content

Commit 8a913bd

Browse files
committed
[ci] Fix incorrect condition
Fixes an incorrect condition for running tests in the compiler workspace.
1 parent 2a951c7 commit 8a913bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compiler_typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
- run: xvfb-run -a yarn workspace ${{ matrix.workspace_name }} test
9797
if: runner.os == 'Linux' && matrix.workspace_name == 'react-forgive'
9898
- run: yarn workspace ${{ matrix.workspace_name }} test
99-
if: runner.os != 'Linux' && matrix.workspace_name != 'react-forgive'
99+
if: matrix.workspace_name != 'react-forgive'

0 commit comments

Comments
 (0)