Update lint test action steps

Fix lint command

Update step name
This commit is contained in:
Chi-Hsuan Huang 2022-03-28 16:59:43 +08:00
parent ecff6cd680
commit 025774d0c8
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
- '!**.md'
jobs:
test-lint-js:
lint-test-js:
runs-on: ubuntu-18.04
steps:
- name: Cancel Previous Runs
@ -29,8 +29,10 @@ jobs:
- name: Lint
run: |
pnpm nx lint woocommerce-admin
pnpm nx lint:js:packages woocommerce-admin
- name: Test
run: |
pnpm nx build woocommerce-admin
pnpm nx test woocommerce-admin
pnpm nx test:packages woocommerce-admin