diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d26b5d53f..147d2ccaf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,6 +92,20 @@ jobs: chmod +x ./mage-static ./mage-static check:translations + frontend-check-translations: + runs-on: ubuntu-latest + needs: mage + steps: + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - name: Download Mage Binary + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + with: + name: mage_bin + - name: Check + run: | + chmod +x ./mage-static + ./mage-static check:frontendTranslations + test-migration-smoke: runs-on: ubuntu-latest needs: