Skip to content

Commit 4c43d2a

Browse files
test dev build
1 parent 6290547 commit 4c43d2a

File tree

3 files changed

+49
-22
lines changed

3 files changed

+49
-22
lines changed

.github/workflows/actions/test-angular-e2e/action.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,3 @@ runs:
4040
run: npm run test
4141
shell: bash
4242
working-directory: ./packages/angular/test/build/${{ inputs.app }}
43-
- name: Package Failing App for Debugging
44-
if: failure()
45-
run: |
46-
cd ./packages/angular/test/build/${{ inputs.app }}
47-
tar -czf failing-app-${{ inputs.app }}.tar.gz .
48-
shell: bash
49-
- name: Upload Failing App Artifact
50-
if: failure()
51-
uses: actions/upload-artifact@v4
52-
with:
53-
name: failing-app-${{ inputs.app }}
54-
path: ./packages/angular/test/build/${{ inputs.app }}/failing-app-${{ inputs.app }}.tar.gz
55-
retention-days: 7
56-

core/package-lock.json

Lines changed: 48 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"loader/"
3232
],
3333
"dependencies": {
34-
"@stencil/core": "4.35.3",
34+
"@stencil/core": "4.35.3-dev.1752112827.4b3c11d",
3535
"ionicons": "^7.2.2",
3636
"tslib": "^2.1.0"
3737
},

0 commit comments

Comments
 (0)