diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2210211391..ab3bdd3db7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,12 +33,12 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} restore-keys: | ${{ runner.os }}-node- + - name: Check for missing translations + run: make test-translations - run: /bin/bash -c "scripts/bootstrap.sh && poetry run make test" env: A11Y_TRACKER_KEY: ${{ secrets.A11Y_TRACKER_KEY }} MIXPANEL_PROJECT_TOKEN: - - name: Check for missing translations - run: make test-translations - name: Notify Slack channel if this job failed in default branch if: ${{ failure() && github.ref == 'refs/heads/main' }} run: |