Skip to content

Commit a69aad5

Browse files
cdransfcastastrophe
andcommitted
docs(table): update a11y docs (#5739)
* docs(table): update a11y docs * chore(docs): address feedback * Update packages/table/README.md Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com> --------- Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com>
1 parent 4eafb47 commit a69aad5

File tree

2 files changed

+226
-269
lines changed

2 files changed

+226
-269
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ commands:
153153
-H "Accept: application/vnd.github+json" \
154154
"https://api.github.com/repos/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pulls?head=$CIRCLE_PROJECT_USERNAME:$CIRCLE_BRANCH&state=open" \
155155
| grep -o '"number":[0-9]*' | head -1 | sed 's/"number"://')
156-
156+
157157
if [ -n "$PR_NUMBER" ]; then
158158
echo "Deploying VRT for PR #$PR_NUMBER (via GitHub API)"
159159
else
@@ -216,6 +216,7 @@ jobs:
216216
command: |
217217
TEST=$(circleci tests glob "{packages,tools}/*/test/*.test.js" | grep -v ".*-memory\.test\.js$" | circleci tests split --split-by=timings)
218218
yarn test:start --files $TEST --config web-test-runner.config.ci-chromium.js --group unit-ci
219+
max_auto_reruns: 3
219220
- store_test_results:
220221
path: /root/project/results/
221222

@@ -240,8 +241,8 @@ jobs:
240241
name: Run memory tests
241242
command: |
242243
TEST=$(circleci tests glob "{packages,tools}/*/test/*-memory.test.js" | grep -v "packages/color-.*/test/.*-memory\.test\.js" | grep -v "tools/grid/test/.*-memory\.test\.js" | circleci tests split --split-by=timings)
243-
echo $TEST
244244
yarn test:start --files $TEST --config web-test-runner.config.ci-chromium-memory.js --group unit-ci
245+
max_auto_reruns: 3
245246
- store_test_results:
246247
path: /root/project/results/
247248

@@ -256,6 +257,7 @@ jobs:
256257
command: |
257258
TEST=$(circleci tests glob "{packages,tools}/*/test/*.test.js" | grep -v ".*-memory\.test\.js$" | circleci tests split --split-by=timings)
258259
yarn test:start --files $TEST --config web-test-runner.config.ci-firefox.js --group unit-ci
260+
max_auto_reruns: 3
259261
- store_test_results:
260262
path: /root/project/results/
261263

@@ -270,6 +272,7 @@ jobs:
270272
command: |
271273
TEST=$(circleci tests glob "{packages,tools}/*/test/*.test.js" | grep -v ".*-memory\.test\.js$" | circleci tests split --split-by=timings)
272274
yarn test:start --files $TEST --config web-test-runner.config.ci-webkit.js --group unit-ci
275+
max_auto_reruns: 3
273276
- store_test_results:
274277
path: /root/project/results/
275278

@@ -385,7 +388,7 @@ jobs:
385388
-H "Accept: application/vnd.github+json" \
386389
"https://api.github.com/repos/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pulls?head=$CIRCLE_PROJECT_USERNAME:$CIRCLE_BRANCH&state=open" \
387390
| grep -o '"number":[0-9]*' | head -1 | sed 's/"number"://')
388-
391+
389392
if [ -n "$PR_NUMBER" ]; then
390393
echo "Deploying HCM VRT for PR #$PR_NUMBER (via GitHub API)"
391394
else

0 commit comments

Comments
 (0)