diff --git a/.github/workflows/test-playwright.yml b/.github/workflows/test-playwright.yml index f13020e3da..567dcd71d5 100644 --- a/.github/workflows/test-playwright.yml +++ b/.github/workflows/test-playwright.yml @@ -77,6 +77,7 @@ jobs: E2E_ADMIN_PASSWORD: ${{ secrets.E2E_ADMIN_PASSWORD }} E2E_ADMIN_USERNAME: ${{ secrets.E2E_ADMIN_USERNAME }} IS_EMPTY_ENVIRONMENT: ${{ vars.IS_EMPTY_ENVIRONMENT }} + GATSBY_AVAILABLE_LANGUAGES: ${{ vars.GATSBY_AVAILABLE_LANGUAGES }} - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }}