MOBILE-3650 github: Change order of commands
This commit is contained in:
parent
823c834265
commit
31bb3a46e1
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- run: npm ci
|
||||
- run: result=$(find src -type f -iname '*.html' -exec sh -c 'cat {} | tr "\n" " " | grep -Eo "class=\"[^\"]+\"[^>]+class=\"" ' \; | wc -l); test $result -eq 0
|
||||
- run: npm run lint
|
||||
- run: npx tslint -c ionic-migration.json -p tsconfig.json
|
||||
- run: npm run test:ci
|
||||
- run: npm run build:prod
|
||||
- run: result=$(find src -type f -iname '*.html' -exec sh -c 'cat {} | tr "\n" " " | grep -Eo "class=\"[^\"]+\"[^>]+class=\"" ' \; | wc -l); test $result -eq 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user