Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Jun 22, 2024
2 parents e4e499b + b71cd01 commit 4567777
Show file tree
Hide file tree
Showing 7 changed files with 406 additions and 128 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/runtime_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
"-r=www-modern --env=production --variant=false",
"-r=www-modern --env=development --variant=true",
"-r=www-modern --env=production --variant=true",
// Chunks may include only react-dom tests which xplat doesn't run
"-r=xplat --env=development --variant=false --passWithNoTests",
"-r=xplat --env=development --variant=true --passWithNoTests",
"-r=xplat --env=production --variant=false --passWithNoTests",
"-r=xplat --env=production --variant=true --passWithNoTests",
"-r=xplat --env=development --variant=false",
"-r=xplat --env=development --variant=true",
"-r=xplat --env=production --variant=false",
"-r=xplat --env=production --variant=true",
// TODO: Test more persistent configurations?
"-r=stable --env=development --persistent",
"-r=experimental --env=development --persistent"
Expand Down Expand Up @@ -87,6 +86,7 @@ jobs:
strategy:
matrix:
params: ${{ fromJSON(needs.build_test_params.outputs.params) }}
chunks: ${{ fromJSON(needs.chunk_tests.outputs.chunks) }}
chunk_ids: ${{ fromJSON(needs.chunk_tests.outputs.chunk_ids) }}
continue-on-error: true
steps:
Expand All @@ -105,4 +105,4 @@ jobs:
- run: yarn install --frozen-lockfile
- run: echo $CHUNKS | jq '.[${{ matrix.chunk_ids }}] | .[] | @text' | xargs yarn test ${{ matrix.params }} --ci=github
env:
CHUNKS: ${{ needs.chunk_tests.outputs.chunks }}
CHUNKS: ${{ matrix.chunks }}
Loading

0 comments on commit 4567777

Please sign in to comment.