Skip to content

Commit

Permalink
test(ci): do not upload Ionic Core source (#26473)
Browse files Browse the repository at this point in the history
liamdebeasi authored Dec 12, 2022
1 parent 82d1d94 commit df6e8b7
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/actions/build-core-stencil-eval/action.yml
Original file line number Diff line number Diff line change
@@ -43,8 +43,3 @@ runs:
name: ionic-core
output: core/CoreBuild.zip
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
5 changes: 0 additions & 5 deletions .github/workflows/actions/build-core/action.yml
Original file line number Diff line number Diff line change
@@ -23,8 +23,3 @@ runs:
name: ionic-core
output: core/CoreBuild.zip
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
5 changes: 0 additions & 5 deletions .github/workflows/actions/test-core-screenshot/action.yml
Original file line number Diff line number Diff line change
@@ -18,11 +18,6 @@ runs:
name: ionic-core
path: ./core
filename: CoreBuild.zip
- uses: ./.github/workflows/actions/download-archive
with:
name: ionic-core-src
path: ./core
filename: CoreSrc.zip
- name: Install Playwright Dependencies
run: npm install && npx playwright install && npx playwright install-deps
shell: bash

0 comments on commit df6e8b7

Please sign in to comment.