Skip to content

Commit a6b74d1

Browse files
authored
Merge pull request #42487 from github/repo-sync
Repo sync
2 parents 7169e83 + 9d54880 commit a6b74d1

File tree

30 files changed

+85
-111
lines changed

30 files changed

+85
-111
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,5 @@ jobs:
166166
# Enable debug logging when "Re-run jobs with debug logging" is used in GitHub Actions UI
167167
# This will output additional timing and path information to help diagnose timeout issues
168168
RUNNER_DEBUG: ${{ runner.debug }}
169-
run: npm test -- src/${{ matrix.name }}/tests/
169+
VITEST_FLAGS: ${{ matrix.name == 'article-api' && '--no-file-parallelism --maxWorkers=1' || '' }}
170+
run: npm test -- $VITEST_FLAGS src/${{ matrix.name }}/tests/

config/moda/secrets/docs-internal-staging-boxwood/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-cedar/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-cypress/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-fir/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-hemlock/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-holly/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-juniper/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-laurel/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/moda/secrets/docs-internal-staging-pine/secrets.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)