diff --git a/compiler/.github/workflows/test262.yml b/compiler/.github/workflows/test262.yml index 383f926fce..53f2f4f999 100644 --- a/compiler/.github/workflows/test262.yml +++ b/compiler/.github/workflows/test262.yml @@ -22,7 +22,7 @@ jobs: working-directory: forget - id: test262 name: Run test262 - run: echo results="$(yarn run --silent test262:ci)" >> $GITHUB_OUTPUT + run: echo results=$(yarn --silent workspace babel-plugin-react-forget run --silent test262:ci) >> $GITHUB_OUTPUT working-directory: forget - id: format_test262_results name: Format test262 results