From 4e22fa6451060476ca3cef40631573d8496b49d9 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Tue, 6 Jun 2023 15:25:20 -0400 Subject: [PATCH] Try to fix test262 in ci --- compiler/.github/workflows/test262.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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