Skip to content

Commit

Permalink
Update test.yaml (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Jul 12, 2024
1 parent 8adbfbc commit 08d7b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <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: |
Expand Down

0 comments on commit 08d7b53

Please sign in to comment.