Skip to content

Commit ef2f0f5

Browse files
committed
test: print index.html
1 parent 158d354 commit ef2f0f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- run: npm ci
2020
- run: npm run build
2121
- run: npm install cos-nodejs-sdk-v5 --no-save
22+
- name: Print dist/index.html after build
23+
run: cat dist/index.html
2224
- name: Upload to COS
2325
run: node scripts/upload-to-cos.cjs
2426
env:
@@ -27,3 +29,5 @@ jobs:
2729
COS_BUCKET: ${{ secrets.COS_BUCKET }}
2830
COS_REGION: ${{ secrets.COS_REGION }}
2931
COS_DOMAIN: ${{ secrets.COS_DOMAIN }}
32+
- name: Print dist/index.html after upload
33+
run: cat dist/index.html

0 commit comments

Comments
 (0)