Try to fix test262 in ci

This commit is contained in:
Lauren Tan
2023-06-06 15:25:20 -04:00
parent 5ebb7f1a8e
commit 4e22fa6451
+1 -1
View File
@@ -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