diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 102a2831..b48a6551 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -72,7 +72,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: set-matrix - run: echo "matrix=$(find . -name '*_test.ts' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT + run: echo "matrix=$(find . -name '*_test.ts' | jq -R -s -c 'gsub("./"; "") | split("\n")[:-1]')" >> $GITHUB_OUTPUT working-directory: react/test run-e2e-tests: