mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
test(ci): do not upload Ionic Core source (#26473)
This commit is contained in:
@ -43,8 +43,3 @@ runs:
|
|||||||
name: ionic-core
|
name: ionic-core
|
||||||
output: core/CoreBuild.zip
|
output: core/CoreBuild.zip
|
||||||
paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts
|
paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts
|
||||||
- uses: ./.github/workflows/actions/upload-archive
|
|
||||||
with:
|
|
||||||
name: ionic-core-src
|
|
||||||
output: core/CoreSrc.zip
|
|
||||||
paths: core/src
|
|
||||||
|
@ -23,8 +23,3 @@ runs:
|
|||||||
name: ionic-core
|
name: ionic-core
|
||||||
output: core/CoreBuild.zip
|
output: core/CoreBuild.zip
|
||||||
paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts
|
paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts
|
||||||
- uses: ./.github/workflows/actions/upload-archive
|
|
||||||
with:
|
|
||||||
name: ionic-core-src
|
|
||||||
output: core/CoreSrc.zip
|
|
||||||
paths: core/src
|
|
||||||
|
@ -18,11 +18,6 @@ runs:
|
|||||||
name: ionic-core
|
name: ionic-core
|
||||||
path: ./core
|
path: ./core
|
||||||
filename: CoreBuild.zip
|
filename: CoreBuild.zip
|
||||||
- uses: ./.github/workflows/actions/download-archive
|
|
||||||
with:
|
|
||||||
name: ionic-core-src
|
|
||||||
path: ./core
|
|
||||||
filename: CoreSrc.zip
|
|
||||||
- name: Install Playwright Dependencies
|
- name: Install Playwright Dependencies
|
||||||
run: npm install && npx playwright install && npx playwright install-deps
|
run: npm install && npx playwright install && npx playwright install-deps
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user