Rename build to stats (as it generates stats, not a build)
This commit is contained in:
parent
90c18aca5d
commit
bbdfb54903
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_package.yml
vendored
4
.github/workflows/ci_package.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- run: yarn lint:js
|
- run: yarn lint:js
|
||||||
- run: yarn lint:types
|
- run: yarn lint:types
|
||||||
- run: yarn lint:style
|
- run: yarn lint:style
|
||||||
build:
|
stats:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn diff-i18n
|
- run: yarn diff-i18n
|
||||||
package:
|
package:
|
||||||
needs: [lint, build, tests, i18n]
|
needs: [lint, stats, tests, i18n]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue