fix(ci): fixed yml files
This commit is contained in:
2
.github/workflows/on-publish.yml
vendored
2
.github/workflows/on-publish.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
dist
|
dist
|
||||||
key: dist-${{ github.run_id }}
|
key: dist-${{ github.run_id }}
|
||||||
- run: npx ng build --prod
|
- run: npx ng build --prod
|
||||||
npx nx run ng2-file-upload:build:production
|
npx nx run ng2-file-upload:build
|
||||||
|
|
||||||
# update release notes in github
|
# update release notes in github
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
|||||||
2
.github/workflows/on-push-or-pull.yml
vendored
2
.github/workflows/on-push-or-pull.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
path: ${{ env.CACHE_DIST_PATH }}
|
path: ${{ env.CACHE_DIST_PATH }}
|
||||||
key: dist-${{ github.run_id }}
|
key: dist-${{ github.run_id }}
|
||||||
- run: npx ng build --prod
|
- run: npx ng build --prod
|
||||||
npx nx run ng2-file-upload:build:production
|
npx nx run ng2-file-upload:build
|
||||||
|
|
||||||
# run unit tests
|
# run unit tests
|
||||||
unit_tests_with_coverage:
|
unit_tests_with_coverage:
|
||||||
|
|||||||
Reference in New Issue
Block a user