1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Move pageinfo into src/article-api (#54620)

This commit is contained in:
Hector Alfaro
2025-02-28 12:19:22 -05:00
committed by GitHub
parent 235946bedf
commit bf209e97b8
7 changed files with 6 additions and 7 deletions

View File

@@ -66,7 +66,6 @@ jobs:
# - links
- observability
# - open-source
- pageinfo
# - pages
- products
- redirects
@@ -176,7 +175,7 @@ jobs:
- uses: ./.github/actions/precompute-pageinfo
# Only the 'pageinfo' tests include end-to-end tests about this.
if: ${{ matrix.name == 'pageinfo' }}
if: ${{ matrix.name == 'article-api' }}
env:
ROOT: src/fixtures/fixtures
@@ -194,6 +193,6 @@ jobs:
# tests run only in English. The exception is the
# `languages` suite which needs all languages to be set up.
ENABLED_LANGUAGES: ${{ matrix.name == 'languages' && 'all' || '' }}
ROOT: ${{ (matrix.name == 'fixtures' || matrix.name == 'pageinfo' || matrix.name == 'landings' ) && 'src/fixtures/fixtures' || '' }}
TRANSLATIONS_FIXTURE_ROOT: ${{ (matrix.name == 'fixtures' || matrix.name == 'pageinfo') && 'src/fixtures/fixtures/translations' || '' }}
ROOT: ${{ (matrix.name == 'fixtures' || matrix.name == 'article-api' || matrix.name == 'landings' ) && 'src/fixtures/fixtures' || '' }}
TRANSLATIONS_FIXTURE_ROOT: ${{ (matrix.name == 'fixtures' || matrix.name == 'article-api') && 'src/fixtures/fixtures/translations' || '' }}
run: npm test -- src/${{ matrix.name }}/tests/