From 2cb3baba7f843f67fd9ad19f355d2ca40abe8ae2 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 9 Oct 2025 17:12:47 +0200 Subject: [PATCH] fix(gha): use updated test command in submodule CI (#62633) --- .github/workflows/curriculum-i18n-submodule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curriculum-i18n-submodule.yml b/.github/workflows/curriculum-i18n-submodule.yml index 7f69510791e..fb0ac3aa44e 100644 --- a/.github/workflows/curriculum-i18n-submodule.yml +++ b/.github/workflows/curriculum-i18n-submodule.yml @@ -67,4 +67,4 @@ jobs: env: CURRICULUM_LOCALE: ${{ matrix.locale }} CLIENT_LOCALE: ${{ matrix.locale }} - run: pnpm test:curriculum + run: pnpm test:curriculum:content