fix job name

This commit is contained in:
James Salter 2021-10-19 13:13:30 +01:00
parent a60dc77468
commit 90c18aca5d

View file

@ -54,7 +54,7 @@ jobs:
- run: yarn install
- run: yarn diff-i18n
package:
needs: [lint, build-stats, tests, i18n]
needs: [lint, build, tests, i18n]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2